|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This describes an artifact that is asked for a dependency. It is used to resctrict the artifacts asked for a dependency, or describe them when there is no ivy file.
Method Summary | |
java.lang.String[] |
getConfigurations()
Returns the configurations of the module in which the artifact is asked |
DependencyDescriptor |
getDependency()
Returns the dependency descriptor in which this artifact is asked |
java.lang.String |
getExt()
Returns the ext of the artifact asked |
ArtifactId |
getId()
Returns the id of the described artifact, without revision information |
fr.jayasoft.ivy.matcher.PatternMatcher |
getMatcher()
Returns the matcher to use to know if an artifact match the current descriptor |
java.lang.String |
getName()
Returns the name of the artifact asked |
java.lang.String |
getType()
Returns the type of the artifact asked |
Method Detail |
public DependencyDescriptor getDependency()
public ArtifactId getId()
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getExt()
public java.lang.String[] getConfigurations()
public fr.jayasoft.ivy.matcher.PatternMatcher getMatcher()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |