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 class
AbstractIncludeExcludeRule
Abstract class used as implementation for bothIncludeRule
andExcludeRule
, since their contract is almost identicalclass
DefaultDependencyArtifactDescriptor
class
DefaultExcludeRule
class
DefaultIncludeRule
-
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 ConfigurationAware
XmlModuleDescriptorParser.Parser. confAware
Methods in org.apache.ivy.plugins.parser.xml that return ConfigurationAware Modifier and Type Method Description protected ConfigurationAware
XmlModuleDescriptorParser.Parser. getConfAware()
Methods in org.apache.ivy.plugins.parser.xml with parameters of type ConfigurationAware Modifier and Type Method Description protected void
XmlModuleDescriptorParser.Parser. setConfAware(ConfigurationAware confAware)
-