public interface DependencyArtifact
An Artifact
represents an artifact included in a Dependency
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifier()
Returns the classifier of this artifact.
|
java.lang.String |
getExtension()
Returns the extension of this artifact.
|
java.lang.String |
getName()
Returns the name of this artifact.
|
java.lang.String |
getType()
Returns the type of this artifact.
|
java.lang.String |
getUrl()
Returns an URL under which this artifact can be retrieved.
|
void |
setClassifier(java.lang.String classifier)
Sets the classifier of this artifact.
|
void |
setExtension(java.lang.String extension)
Sets the extension of this artifact.
|
void |
setName(java.lang.String name)
Sets the name of this artifact.
|
void |
setType(java.lang.String type)
Sets the type of this artifact.
|
void |
setUrl(java.lang.String url)
Sets the URL for this artifact.
|
static final java.lang.String DEFAULT_TYPE
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getType()
getExtension()
void setType(java.lang.String type)
java.lang.String getExtension()
getType()
void setExtension(java.lang.String extension)
java.lang.String getClassifier()
void setClassifier(java.lang.String classifier)
java.lang.String getUrl()
void setUrl(java.lang.String url)