org.apache.ivy.core.module.descriptor
public abstract class AbstractIncludeExcludeRule extends UnmodifiableExtendableItem implements ConfigurationAware
| Constructor Summary | |
|---|---|
| AbstractIncludeExcludeRule(ArtifactId aid, PatternMatcher matcher, Map extraAttributes) | |
| Method Summary | |
|---|---|
| void | addConfiguration(String conf)
Add a configuration for this rule
|
| boolean | equals(Object obj) |
| String[] | getConfigurations() |
| ArtifactId | getId() |
| PatternMatcher | getMatcher() |
| int | hashCode() |
| String | toString() |
Parameters: conf