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 newConfigurationinstance encapsulating the specified child node.Return aConfigurationinstance encapsulating the specified child node.Configuration.getChildren()Return anArrayofConfigurationelements containing all node children.Configuration.getChildren(String name) Return anArrayofConfigurationelements containing all node children with the specified name.ConfigurationException.getOffendingConfiguration()Methods in org.apache.avalon.framework.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfigurable.configure(Configuration configuration) Pass theConfigurationto theConfigurableclass.voidReconfigurable.reconfigure(Configuration configuration) Describereconfiguremethod here.Constructors in org.apache.avalon.framework.configuration with parameters of type ConfigurationModifierConstructorDescriptionConfigurationException(String message, Configuration config) Construct a newConfigurationExceptioninstance.ConfigurationException(String message, Configuration config, 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 ConfigurationModifier and TypeMethodDescriptionstatic ParametersParameters.fromConfiguration(Configuration configuration) Create aParametersobject from aConfigurationobject.static ParametersParameters.fromConfiguration(Configuration configuration, String elementName) Create aParametersobject from aConfigurationobject using the supplied element name.