public interface DependencyArtifactDescriptor
| Modifier and Type | Method and Description |
|---|---|
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
|
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()