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 AbstractIncludeExcludeRule
addConfiguration, equals, getConfigurations, getId, getMatcher, hashCodeMethods inherited from class UnmodifiableExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes, setExtraAttribute, setStandardAttributeMethods inherited from interface ExtendableItem
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributesMethods inherited from interface IncludeRule
getConfigurations, getId, getMatcher
-
Constructor Details
-
DefaultIncludeRule
public DefaultIncludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes)
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractIncludeExcludeRule
-