org.apache.ivy.core.module.descriptor
public interface IncludeRule extends ExtendableItem
Method Summary | |
---|---|
String[] | getConfigurations()
Returns the configurations of the module in which the artifact is asked
|
ArtifactId | getId()
Returns the id of the described artifact, without revision information
|
PatternMatcher | getMatcher()
Returns the matcher to use to know if an artifact match the current descriptor
|
Returns: an array of configuration names in which the artifact is asked
Returns:
Returns: