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 Configuration
ConfigurationException. m_config
Methods in org.apache.avalon.framework.configuration that return Configuration Modifier and Type Method Description Configuration
Configuration. getChild(java.lang.String child)
Return a newConfiguration
instance encapsulating the specified child node.Configuration
Configuration. getChild(java.lang.String child, boolean createNew)
Return aConfiguration
instance encapsulating the specified child node.Configuration[]
Configuration. getChildren()
Return anArray
ofConfiguration
elements containing all node children.Configuration[]
Configuration. getChildren(java.lang.String name)
Return anArray
ofConfiguration
elements containing all node children with the specified name.Configuration
ConfigurationException. getOffendingConfiguration()
Methods in org.apache.avalon.framework.configuration with parameters of type Configuration Modifier and Type Method Description void
Configurable. configure(Configuration configuration)
Pass theConfiguration
to theConfigurable
class.void
Reconfigurable. reconfigure(Configuration configuration)
Describereconfigure
method here.Constructors in org.apache.avalon.framework.configuration with parameters of type Configuration Constructor Description ConfigurationException(java.lang.String message, Configuration config)
Construct a newConfigurationException
instance.ConfigurationException(java.lang.String message, Configuration config, java.lang.Throwable throwable)
Construct a newConfigurationException
instance.ConfigurationException(Configuration config)
Construct a newConfigurationException
instance. -
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 Parameters
Parameters. fromConfiguration(Configuration configuration)
Create aParameters
object from aConfiguration
object.static Parameters
Parameters. fromConfiguration(Configuration configuration, java.lang.String elementName)
Create aParameters
object from aConfiguration
object using the supplied element name.
-