Uses of Interface
org.apache.ivy.core.module.descriptor.ConfigurationAware
-
Packages that use ConfigurationAware Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.plugins.parser.xml -
-
Uses of ConfigurationAware in org.apache.ivy.core.module.descriptor
Classes in org.apache.ivy.core.module.descriptor that implement ConfigurationAware Modifier and Type Class Description classAbstractIncludeExcludeRuleAbstract class used as implementation for bothIncludeRuleandExcludeRule, since their contract is almost identicalclassDefaultDependencyArtifactDescriptorclassDefaultExcludeRuleclassDefaultIncludeRule -
Uses of ConfigurationAware in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as ConfigurationAware Modifier and Type Field Description private ConfigurationAwareXmlModuleDescriptorParser.Parser. confAwareMethods in org.apache.ivy.plugins.parser.xml that return ConfigurationAware Modifier and Type Method Description protected ConfigurationAwareXmlModuleDescriptorParser.Parser. getConfAware()Methods in org.apache.ivy.plugins.parser.xml with parameters of type ConfigurationAware Modifier and Type Method Description protected voidXmlModuleDescriptorParser.Parser. setConfAware(ConfigurationAware confAware)
-