Package org.fedoraproject.xmvn.config
Class Artifact
java.lang.Object
org.fedoraproject.xmvn.config.Artifact
Identifier of Maven artifact.
- Author:
- Mikolaj Izdebski
-
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
Get artifact ID of the artifact.- Returns:
- String
-
getClassifier
Get classifier of the artifact.- Returns:
- String
-
getExtension
Get extension of the artifact.- Returns:
- String
-
getGroupId
Get group ID of the artifact.- Returns:
- String
-
getVersion
Get version of the artifact.- Returns:
- String
-
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.
-