Uses of Interface
org.apache.avalon.framework.configuration.Configuration
Packages that use Configuration
Package
Description
Component configuration interfaces and XML-based implementations.
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 ConfigurationMethods in org.apache.avalon.framework.configuration that return ConfigurationModifier and TypeMethodDescriptionReturn a newConfiguration
instance encapsulating the specified child node.Return aConfiguration
instance encapsulating the specified child node.Configuration.getChildren()
Return anArray
ofConfiguration
elements containing all node children.Configuration.getChildren
(String name) Return anArray
ofConfiguration
elements containing all node children with the specified name.ConfigurationException.getOffendingConfiguration()
Methods in org.apache.avalon.framework.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
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 ConfigurationModifierConstructorDescriptionConfigurationException
(String message, Configuration config) Construct a newConfigurationException
instance.ConfigurationException
(String message, Configuration config, 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 ConfigurationModifier and TypeMethodDescriptionstatic Parameters
Parameters.fromConfiguration
(Configuration configuration) Create aParameters
object from aConfiguration
object.static Parameters
Parameters.fromConfiguration
(Configuration configuration, String elementName) Create aParameters
object from aConfiguration
object using the supplied element name.