Uses of Class
org.codehaus.dna.ConfigurationException

Packages that use ConfigurationException
org.codehaus.dna The DNA API package contains interfaces and contracts for DNA components. 
org.codehaus.dna.impl The DNA implementation package contains basic utility classes to implement containers for DNA components. 
 

Uses of ConfigurationException in org.codehaus.dna
 

Methods in org.codehaus.dna that throw ConfigurationException
 void Configurable.configure(Configuration configuration)
          Supply the component with configuration data in form of a Configuration object.
 java.lang.String Configuration.getValue()
          Return text value of element.
 int Configuration.getValueAsInteger()
          Return text value of element as an integer.
 long Configuration.getValueAsLong()
          Return text value of element as a long.
 boolean Configuration.getValueAsBoolean()
          Return text value of element as a boolean.
 float Configuration.getValueAsFloat()
          Return text value of element as a float.
 java.lang.String Configuration.getAttribute(java.lang.String name)
          Return attribute value with specified name.
 int Configuration.getAttributeAsInteger(java.lang.String name)
          Return attribute value with specified name as an integer.
 long Configuration.getAttributeAsLong(java.lang.String name)
          Return attribute value with specified name as a long.
 boolean Configuration.getAttributeAsBoolean(java.lang.String name)
          Return attribute value with specified name as a boolean.
 float Configuration.getAttributeAsFloat(java.lang.String name)
          Return attribute value with specified name as afloat.
 

Uses of ConfigurationException in org.codehaus.dna.impl
 

Methods in org.codehaus.dna.impl that throw ConfigurationException
static void ContainerUtil.configure(java.lang.Object object, Configuration configuration)
          Supply specified object with Configuration if it implements the Configurable interface.
 java.lang.String DefaultConfiguration.getValue()
          Return text value of element.
 boolean DefaultConfiguration.getValueAsBoolean()
          Return text value of element as a boolean.
 int DefaultConfiguration.getValueAsInteger()
          Return text value of element as an integer.
 long DefaultConfiguration.getValueAsLong()
          Return text value of element as a long.
 float DefaultConfiguration.getValueAsFloat()
          Return text value of element as a float.
 java.lang.String DefaultConfiguration.getAttribute(java.lang.String name)
          Return attribute value with specified name.
 boolean DefaultConfiguration.getAttributeAsBoolean(java.lang.String name)
          Return attribute value with specified name as a boolean.
 int DefaultConfiguration.getAttributeAsInteger(java.lang.String name)
          Return attribute value with specified name as an integer.
 long DefaultConfiguration.getAttributeAsLong(java.lang.String name)
          Return attribute value with specified name as a long.
 float DefaultConfiguration.getAttributeAsFloat(java.lang.String name)
          Return attribute value with specified name as afloat.
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.