An Artifact
represents an artifact included in a Dependency.
Modifiers | Name | Description |
---|---|---|
String |
DEFAULT_TYPE |
Type | Name and description |
---|---|
String |
getClassifier() Returns the classifier of this artifact. |
String |
getExtension() Returns the extension of this artifact. |
String |
getName() Returns the name of this artifact. |
String |
getType() Returns the type of this artifact. |
String |
getUrl() Returns an URL under which this artifact can be retrieved. |
void |
setClassifier(String classifier) Sets the classifier of this artifact. |
void |
setExtension(String extension) Sets the extension of this artifact. |
void |
setName(String name) Sets the name of this artifact. |
void |
setType(String type) Sets the type of this artifact. |
void |
setUrl(String url) Sets the URL for this artifact. |
Returns the classifier of this artifact.
Returns the extension of this artifact. Often the extension is the same as the type, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.
Returns the name of this artifact.
Returns the type of this artifact. Often the type is the same as the extension, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.
Returns an URL under which this artifact can be retrieved. If not specified the user repositories are used for retrieving.
Sets the classifier of this artifact.
Sets the extension of this artifact.
Sets the name of this artifact.
Sets the type of this artifact.
Sets the URL for this artifact.