public class Artifact extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Artifact() |
Modifier and Type | Method and Description |
---|---|
Artifact |
clone()
Method clone.
|
String |
getArtifactId()
Get artifact ID of the artifact.
|
String |
getClassifier()
Get classifier of the artifact.
|
String |
getExtension()
Get extension of the artifact.
|
String |
getGroupId()
Get group ID of the artifact.
|
String |
getStereotype()
Get maven stereotype of the artifact.
|
String |
getVersion()
Get version of the artifact.
|
void |
setArtifactId(String artifactId)
Set artifact ID of the artifact.
|
void |
setClassifier(String classifier)
Set classifier of the artifact.
|
void |
setExtension(String extension)
Set extension of the artifact.
|
void |
setGroupId(String groupId)
Set group ID of the artifact.
|
void |
setStereotype(String stereotype)
Set maven stereotype of the artifact.
|
void |
setVersion(String version)
Set version of the artifact.
|
public String getArtifactId()
public String getClassifier()
public String getExtension()
public String getGroupId()
public String getStereotype()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- public void setClassifier(String classifier)
classifier
- public void setExtension(String extension)
extension
- public void setGroupId(String groupId)
groupId
- public void setStereotype(String stereotype)
stereotype
- public void setVersion(String version)
version
- Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.