Class Artifact
java.lang.Object
org.fedoraproject.xmvn.config.Artifact
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet artifact ID of the artifact.Get classifier of the artifact.Get extension of the artifact.Get group ID of the artifact.Get version of the artifact.voidsetArtifactId(String artifactId) Set artifact ID of the artifact.voidsetClassifier(String classifier) Set classifier of the artifact.voidsetExtension(String extension) Set extension of the artifact.voidsetGroupId(String groupId) Set group ID of the artifact.voidsetVersion(String version) Set version of the artifact.
-
Constructor Details
-
Artifact
public Artifact()
-
-
Method Details
-
getArtifactId
-
getClassifier
-
getExtension
-
getGroupId
-
getVersion
-
setArtifactId
Set artifact ID of the artifact.- Parameters:
artifactId- a artifactId object.
-
setClassifier
Set classifier of the artifact.- Parameters:
classifier- a classifier object.
-
setExtension
Set extension of the artifact.- Parameters:
extension- a extension object.
-
setGroupId
Set group ID of the artifact.- Parameters:
groupId- a groupId object.
-
setVersion
Set version of the artifact.- Parameters:
version- a version object.
-