org.codehaus.mojo.animal_sniffer.maven
Class Signature

java.lang.Object
  extended by org.codehaus.mojo.animal_sniffer.maven.Signature

public class Signature
extends Object

Represents artifact in Maven POM. Maven binds this automatically to XML.

Author:
Kohsuke Kawaguchi

Constructor Summary
Signature()
           
 
Method Summary
 org.apache.maven.artifact.Artifact createArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Signature

public Signature()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

createArtifact

public org.apache.maven.artifact.Artifact createArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Codehaus. All Rights Reserved.