Class AbstractIncludeExcludeRule

java.lang.Object
org.apache.ivy.util.extendable.UnmodifiableExtendableItem
org.apache.ivy.core.module.descriptor.AbstractIncludeExcludeRule
All Implemented Interfaces:
ConfigurationAware, ExtendableItem
Direct Known Subclasses:
DefaultExcludeRule, DefaultIncludeRule

public abstract class AbstractIncludeExcludeRule extends UnmodifiableExtendableItem implements ConfigurationAware
Abstract class used as implementation for both IncludeRule and ExcludeRule, since their contract is almost identical