Class DefaultIncludeRule
java.lang.Object
org.apache.ivy.util.extendable.UnmodifiableExtendableItem
org.apache.ivy.core.module.descriptor.AbstractIncludeExcludeRule
org.apache.ivy.core.module.descriptor.DefaultIncludeRule
- All Implemented Interfaces:
ConfigurationAware,IncludeRule,ExtendableItem
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultIncludeRule(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.util.extendable.ExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributesMethods inherited from interface org.apache.ivy.core.module.descriptor.IncludeRule
getConfigurations, getId, getMatcher
-
Constructor Details
-
DefaultIncludeRule
public DefaultIncludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes)
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractIncludeExcludeRule
-