Class DefaultExcludeRule
java.lang.Object
org.apache.ivy.util.extendable.UnmodifiableExtendableItem
org.apache.ivy.core.module.descriptor.AbstractIncludeExcludeRule
org.apache.ivy.core.module.descriptor.DefaultExcludeRule
- All Implemented Interfaces:
ConfigurationAware, ExcludeRule, ExtendableItem
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) -
Method Summary
Methods inherited from class AbstractIncludeExcludeRule
addConfiguration, equals, getConfigurations, getId, getMatcher, hashCodeMethods inherited from class UnmodifiableExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes, setExtraAttribute, setStandardAttributeMethods inherited from interface ExcludeRule
getConfigurations, getId, getMatcherMethods inherited from interface ExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes
-
Constructor Details
-
DefaultExcludeRule
public DefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes)
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractIncludeExcludeRule
-