Class SkippedArtifactMetadata
java.lang.Object
org.fedoraproject.xmvn.metadata.SkippedArtifactMetadata
- All Implemented Interfaces:
Serializable, Cloneable
Information about artifact which was built, but not installed
into any package.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get artifact ID of skipped artifact.Get classifier of skipped artifact.Get extension of skipped artifact.Get group ID of skipped artifact.voidsetArtifactId(String artifactId) Set artifact ID of skipped artifact.voidsetClassifier(String classifier) Set classifier of skipped artifact.voidsetExtension(String extension) Set extension of skipped artifact.voidsetGroupId(String groupId) Set group ID of skipped artifact.
-
Constructor Details
-
SkippedArtifactMetadata
public SkippedArtifactMetadata()
-
-
Method Details
-
clone
Method clone. -
getArtifactId
-
getClassifier
-
getExtension
-
getGroupId
-
setArtifactId
Set artifact ID of skipped artifact.- Parameters:
artifactId- a artifactId object.
-
setClassifier
Set classifier of skipped artifact.- Parameters:
classifier- a classifier object.
-
setExtension
Set extension of skipped artifact.- Parameters:
extension- a extension object.
-
setGroupId
Set group ID of skipped artifact.- Parameters:
groupId- a groupId object.
-