org.apache.ivy.core.module.descriptor
public interface DependencyArtifactDescriptor extends ExtendableItem
Method Summary | |
---|---|
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.
|
String | getExt()
Returns the ext of the artifact asked
|
String | getName()
Returns the name of the artifact asked
|
String | getType()
Returns the type of the artifact asked
|
URL | getUrl()
Returns the url to look this artifact at
|
Returns: an array of configuration names in which the artifact is asked
Returns: the dependency descriptor in which this dependency artifact descriptor is declared.
Returns:
Returns:
Returns:
Returns: