Class Stereotype
java.lang.Object
org.fedoraproject.xmvn.config.Stereotype
- All Implemented Interfaces:
Serializable, Cloneable
Stereotype of Maven artifact.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get classifier of the artifact.Get extension of the artifact.getType()Get type ID of the stereotype.voidsetClassifier(String classifier) Set classifier of the artifact.voidsetExtension(String extension) Set extension of the artifact.voidSet type ID of the stereotype.
-
Constructor Details
-
Stereotype
public Stereotype()
-
-
Method Details
-
clone
-
getClassifier
-
getExtension
-
getType
-
setClassifier
Set classifier of the artifact.- Parameters:
classifier- a classifier object.
-
setExtension
Set extension of the artifact.- Parameters:
extension- a extension object.
-
setType
-