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
public class DefaultExcludeRule extends AbstractIncludeExcludeRule implements ExcludeRule
-
-
Constructor Summary
Constructors Constructor Description DefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.ivy.core.module.descriptor.AbstractIncludeExcludeRule
addConfiguration, equals, getConfigurations, getId, getMatcher, hashCode
-
Methods inherited from class org.apache.ivy.util.extendable.UnmodifiableExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes, setExtraAttribute, setStandardAttribute
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ivy.core.module.descriptor.ExcludeRule
getConfigurations, getId, getMatcher
-
Methods inherited from interface org.apache.ivy.util.extendable.ExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes
-
-
-
-
Constructor Detail
-
DefaultExcludeRule
public DefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractIncludeExcludeRule
-
-