Package org.fedoraproject.xmvn.config
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.void
setClassifier
(String classifier) Set classifier of the artifact.void
setExtension
(String extension) Set extension of the artifact.void
Set type ID of the stereotype.
-
Constructor Details
-
Stereotype
public Stereotype()
-
-
Method Details
-
clone
Method clone. -
getClassifier
Get classifier of the artifact.- Returns:
- String
-
getExtension
Get extension of the artifact.- Returns:
- String
-
getType
Get type ID of the stereotype.- Returns:
- String
-
setClassifier
Set classifier of the artifact.- Parameters:
classifier
- a classifier object.
-
setExtension
Set extension of the artifact.- Parameters:
extension
- a extension object.
-
setType
Set type ID of the stereotype.- Parameters:
type
- a type object.
-