public interface DependencyArtifact
An Artifact represents an artifact included in a Dependency.
| Modifier and Type | Field | Description | 
|---|---|---|
| static String | DEFAULT_TYPE | 
| Modifier and Type | Method | 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. | 
static final String DEFAULT_TYPE
String getName()
void setName(String name)
String getType()
getExtension()void setType(String type)
String getExtension()
getType()void setExtension(String extension)
String getClassifier()
void setClassifier(String classifier)
String getUrl()
void setUrl(String url)