Class Signature
java.lang.Object
org.codehaus.mojo.animal_sniffer.maven.Signature
Represents artifact in Maven POM.
Maven binds this automatically to XML.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.artifact.Artifact
void
setArtifactId
(String artifactId) void
setGroupId
(String groupId) void
setVersion
(String version) toString()
-
Constructor Details
-
Signature
public Signature()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
createArtifact
public org.eclipse.aether.artifact.Artifact createArtifact() -
toString
-