org.apache.ivy.core.module.descriptor

Interface IncludeRule

public interface IncludeRule extends ExtendableItem

This describes a rule of inclusion. It is used to resctrict the artifacts and modules asked for a dependency, by including only modules and artifacts matching the rule
Method Summary
String[]getConfigurations()
Returns the configurations of the module in which the artifact is asked
ArtifactIdgetId()
Returns the id of the described artifact, without revision information
PatternMatchergetMatcher()
Returns the matcher to use to know if an artifact match the current descriptor

Method Detail

getConfigurations

public String[] getConfigurations()
Returns the configurations of the module in which the artifact is asked

Returns: an array of configuration names in which the artifact is asked

getId

public ArtifactId getId()
Returns the id of the described artifact, without revision information

Returns:

getMatcher

public PatternMatcher getMatcher()
Returns the matcher to use to know if an artifact match the current descriptor

Returns: