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 org.apache.ivy.core.module.descriptor.AbstractIncludeExcludeRule
addConfiguration, equals, getConfigurations, getId, getMatcher, hashCodeMethods inherited from class org.apache.ivy.util.extendable.UnmodifiableExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes, setExtraAttribute, setStandardAttributeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.ivy.core.module.descriptor.ExcludeRule
getConfigurations, getId, getMatcherMethods inherited from interface org.apache.ivy.util.extendable.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
-