Uses of Class
org.apache.ivy.util.extendable.DefaultExtendableItem
-
Packages that use DefaultExtendableItem Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.util.extendable -
-
Uses of DefaultExtendableItem in org.apache.ivy.core.module.descriptor
Subclasses of DefaultExtendableItem in org.apache.ivy.core.module.descriptor Modifier and Type Class Description class
Configuration
Represents a module configurationclass
ConfigurationGroup
A configuration which is actually a group of several configurations.class
ConfigurationIntersection
A configuration which is actually the intersection of several configurations. -
Uses of DefaultExtendableItem in org.apache.ivy.util.extendable
Methods in org.apache.ivy.util.extendable with parameters of type DefaultExtendableItem Modifier and Type Method Description static void
ExtendableItemHelper. fillExtraAttributes(ParserSettings settings, DefaultExtendableItem item, org.xml.sax.Attributes attributes, java.lang.String[] ignoredAttNames)
Deprecated.static void
ExtendableItemHelper. fillExtraAttributes(ParserSettings settings, DefaultExtendableItem item, org.xml.sax.Attributes attributes, java.util.List<java.lang.String> ignoredAttNames)
-