public class ArtifactSpecification extends Object
Constructor and Description |
---|
ArtifactSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Returns the artifacts artifactId.
|
String |
getClassifier()
Returns the artifacts classifier.
|
String |
getGroupId()
Returns the artifacts groupId.
|
String |
getType()
Returns the artifacts type; defaults to "jar".
|
String |
getVersion()
Returns the artifacts version number.
|
void |
setArtifactId(String artifactId)
Sets the artifacts artifactId.
|
void |
setClassifier(String classifier)
Sets the artifacts classifier.
|
void |
setGroupId(String groupId)
Sets the artifacts groupId.
|
void |
setType(String type)
Sets the artifacts type; defaults to "jar".
|
void |
setVersion(String version)
Sets the artifacts version number.
|
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getClassifier()
public void setClassifier(String classifier)
public String getType()
public void setType(String type)
Copyright © 2006–2016 MojoHaus. All rights reserved.