Class Signature
java.lang.Object
org.codehaus.mojo.animal_sniffer.enforcer.Signature
Represents artifact in Maven POM.
Maven binds this automatically to XML.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.artifact.Artifact
createArtifact
(org.apache.maven.artifact.factory.ArtifactFactory factory) 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.apache.maven.artifact.Artifact createArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory) -
toString
-