Uses of Class
org.apache.avalon.framework.configuration.ConfigurationException
Packages that use ConfigurationException
Package
Description
Component configuration interfaces and XML-based implementations.
Interfaces supporting the supply of flat configuration information.
-
Uses of ConfigurationException in org.apache.avalon.framework.configuration
Methods in org.apache.avalon.framework.configuration that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidConfigurable.configure(Configuration configuration) Pass theConfigurationto theConfigurableclass.Configuration.getAttribute(String paramName) Return the value of specified attribute.booleanConfiguration.getAttributeAsBoolean(String paramName) Return thebooleanvalue of the specified parameter contained in this node.doubleConfiguration.getAttributeAsDouble(String paramName) Return thedoublevalue of the specified parameter contained in this node.floatConfiguration.getAttributeAsFloat(String paramName) Return thefloatvalue of the specified parameter contained in this node.intConfiguration.getAttributeAsInteger(String paramName) Return theintvalue of the specified attribute contained in this node.longConfiguration.getAttributeAsLong(String name) Returns the value of the attribute specified by its name as along.Configuration.getNamespace()Returns a string indicating which namespace this Configuration node belongs to.Configuration.getValue()Return theStringvalue of the node.booleanConfiguration.getValueAsBoolean()Return thebooleanvalue of the node.doubleConfiguration.getValueAsDouble()Return thedoublevalue of the node.floatConfiguration.getValueAsFloat()Return thefloatvalue of the node.intConfiguration.getValueAsInteger()Return theintvalue of the node.longConfiguration.getValueAsLong()Return thelongvalue of the node.voidReconfigurable.reconfigure(Configuration configuration) Describereconfiguremethod here. -
Uses of ConfigurationException in org.apache.avalon.framework.parameters
Methods in org.apache.avalon.framework.parameters that throw ConfigurationExceptionModifier 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.