|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyArtifactDescriptor
This describes an artifact that is asked for a dependency. It is used to define an (additional) artifact not declared by a dependency module descriptor.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.ivy.util.extendable.ExtendableItem |
---|
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes |
Method Detail |
---|
DependencyDescriptor getDependencyDescriptor()
java.lang.String getName()
java.lang.String getType()
java.lang.String getExt()
java.net.URL getUrl()
java.lang.String[] getConfigurations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |