|
||||||||
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 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 |
---|
DependencyDescriptor getDependency()
ArtifactId getId()
java.lang.String getName()
java.lang.String getType()
java.lang.String getExt()
java.lang.String[] getConfigurations()
fr.jayasoft.ivy.matcher.PatternMatcher getMatcher()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |