Uses of Interface
org.apache.avalon.framework.configuration.Configuration
-
Packages that use Configuration Package Description org.apache.avalon.framework.configuration Component configuration interfaces and XML-based implementations.org.apache.avalon.framework.parameters Interfaces supporting the supply of flat configuration information. -
-
Uses of Configuration in org.apache.avalon.framework.configuration
Fields in org.apache.avalon.framework.configuration declared as Configuration Modifier and Type Field Description private ConfigurationConfigurationException. m_configMethods in org.apache.avalon.framework.configuration that return Configuration Modifier and Type Method Description ConfigurationConfiguration. getChild(java.lang.String child)Return a newConfigurationinstance encapsulating the specified child node.ConfigurationConfiguration. getChild(java.lang.String child, boolean createNew)Return aConfigurationinstance encapsulating the specified child node.Configuration[]Configuration. getChildren()Return anArrayofConfigurationelements containing all node children.Configuration[]Configuration. getChildren(java.lang.String name)Return anArrayofConfigurationelements containing all node children with the specified name.ConfigurationConfigurationException. getOffendingConfiguration()Methods in org.apache.avalon.framework.configuration with parameters of type Configuration Modifier and Type Method Description voidConfigurable. configure(Configuration configuration)Pass theConfigurationto theConfigurableclass.voidReconfigurable. reconfigure(Configuration configuration)Describereconfiguremethod here.Constructors in org.apache.avalon.framework.configuration with parameters of type Configuration Constructor Description ConfigurationException(java.lang.String message, Configuration config)Construct a newConfigurationExceptioninstance.ConfigurationException(java.lang.String message, Configuration config, java.lang.Throwable throwable)Construct a newConfigurationExceptioninstance.ConfigurationException(Configuration config)Construct a newConfigurationExceptioninstance. -
Uses of Configuration in org.apache.avalon.framework.parameters
Methods in org.apache.avalon.framework.parameters with parameters of type Configuration Modifier and Type Method Description static ParametersParameters. fromConfiguration(Configuration configuration)Create aParametersobject from aConfigurationobject.static ParametersParameters. fromConfiguration(Configuration configuration, java.lang.String elementName)Create aParametersobject from aConfigurationobject using the supplied element name.
-