ExtendableItem
DefaultDependencyArtifactDescriptor
public interface DependencyArtifactDescriptor extends ExtendableItem
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getConfigurations() |
Returns the configurations of the module in which the artifact is asked
|
DependencyDescriptor |
getDependencyDescriptor() |
Returns the dependency descriptor in which this dependency artifact descriptor is declared.
|
java.lang.String |
getExt() |
Returns the ext of the artifact asked
|
java.lang.String |
getName() |
Returns the name of the artifact asked
|
java.lang.String |
getType() |
Returns the type of the artifact asked
|
java.net.URL |
getUrl() |
Returns the url to look this artifact at
|
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes
DependencyDescriptor getDependencyDescriptor()
java.lang.String getName()
java.lang.String getType()
java.lang.String getExt()
java.net.URL getUrl()
java.lang.String[] getConfigurations()