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 TypeMethodDescriptionvoid
Configurable.configure
(Configuration configuration) Pass theConfiguration
to theConfigurable
class.Configuration.getAttribute
(String paramName) Return the value of specified attribute.boolean
Configuration.getAttributeAsBoolean
(String paramName) Return theboolean
value of the specified parameter contained in this node.double
Configuration.getAttributeAsDouble
(String paramName) Return thedouble
value of the specified parameter contained in this node.float
Configuration.getAttributeAsFloat
(String paramName) Return thefloat
value of the specified parameter contained in this node.int
Configuration.getAttributeAsInteger
(String paramName) Return theint
value of the specified attribute contained in this node.long
Configuration.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 theString
value of the node.boolean
Configuration.getValueAsBoolean()
Return theboolean
value of the node.double
Configuration.getValueAsDouble()
Return thedouble
value of the node.float
Configuration.getValueAsFloat()
Return thefloat
value of the node.int
Configuration.getValueAsInteger()
Return theint
value of the node.long
Configuration.getValueAsLong()
Return thelong
value of the node.void
Reconfigurable.reconfigure
(Configuration configuration) Describereconfigure
method here. -
Uses of ConfigurationException in org.apache.avalon.framework.parameters
Methods in org.apache.avalon.framework.parameters that throw ConfigurationExceptionModifier 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.