Uses of Class
org.apache.avalon.framework.configuration.ConfigurationException

Packages that use ConfigurationException
org.apache.avalon.framework.configuration   
org.apache.avalon.framework.parameters   
 

Uses of ConfigurationException in org.apache.avalon.framework.configuration
 

Methods in org.apache.avalon.framework.configuration that throw ConfigurationException
 void Configurable.configure(Configuration configuration)
          Pass the Configuration to the Configurable class.
 void Reconfigurable.reconfigure(Configuration configuration)
           
 Configuration DefaultConfigurationBuilder.buildFromFile(java.lang.String filename)
           
 Configuration DefaultConfigurationBuilder.buildFromFile(java.io.File file)
           
 Configuration DefaultConfigurationBuilder.build(java.io.InputStream inputStream)
           
 Configuration DefaultConfigurationBuilder.build(java.lang.String uri)
           
 Configuration DefaultConfigurationBuilder.build(org.xml.sax.InputSource input)
           
 int AbstractConfiguration.getValueAsInteger()
          Returns the value of the configuration element as an int.
 long AbstractConfiguration.getValueAsLong()
          Returns the value of the configuration element as a long.
 float AbstractConfiguration.getValueAsFloat()
          Returns the value of the configuration element as a float.
 boolean AbstractConfiguration.getValueAsBoolean()
          Returns the value of the configuration element as a boolean.
 int AbstractConfiguration.getAttributeAsInteger(java.lang.String name)
          Returns the value of the attribute specified by its name as an int.
 long AbstractConfiguration.getAttributeAsLong(java.lang.String name)
          Returns the value of the attribute specified by its name as a long.
 float AbstractConfiguration.getAttributeAsFloat(java.lang.String name)
          Returns the value of the attribute specified by its name as a float.
 boolean AbstractConfiguration.getAttributeAsBoolean(java.lang.String name)
          Returns the value of the attribute specified by its name as a boolean.
 java.lang.String DefaultConfiguration.getValue()
          Returns the value of the configuration element as a String.
 java.lang.String DefaultConfiguration.getAttribute(java.lang.String name)
          Returns the value of the attribute specified by its name as a String.
 java.lang.String Configuration.getAttribute(java.lang.String paramName)
          Return the value of specified attribute.
 int Configuration.getAttributeAsInteger(java.lang.String paramName)
          Return the int value of the specified attribute contained in this node.
 long Configuration.getAttributeAsLong(java.lang.String name)
          Returns the value of the attribute specified by its name as a long.
 float Configuration.getAttributeAsFloat(java.lang.String paramName)
          Return the float value of the specified parameter contained in this node.
 boolean Configuration.getAttributeAsBoolean(java.lang.String paramName)
          Return the boolean value of the specified parameter contained in this node.
 java.lang.String Configuration.getValue()
          Return the String value of the node.
 int Configuration.getValueAsInteger()
          Return the int value of the node.
 float Configuration.getValueAsFloat()
          Return the float value of the node.
 boolean Configuration.getValueAsBoolean()
          Return the boolean value of the node.
 long Configuration.getValueAsLong()
          Return the long value of the node.
 

Uses of ConfigurationException in org.apache.avalon.framework.parameters
 

Methods in org.apache.avalon.framework.parameters that throw ConfigurationException
static Parameters Parameters.fromConfiguration(Configuration configuration)
          Create a Parameters object from a Configuration object.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.