|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
org.apache.avalon.excalibur.component | |
org.apache.avalon.excalibur.datasource | |
org.apache.avalon.framework.configuration | |
org.apache.avalon.framework.parameters |
Uses of ConfigurationException in org.apache.avalon.excalibur.component |
Methods in org.apache.avalon.excalibur.component that throw ConfigurationException | |
void |
ExcaliburComponentSelector.configure(Configuration configuration)
Default Configuration handler for ComponentSelector. |
void |
ExcaliburComponentManager.configure(Configuration configuration)
Configure the ComponentManager. |
void |
DefaultRoleManager.configure(Configuration configuration)
Reads a configuration object and creates the role, shorthand, and class name mapping. |
Uses of ConfigurationException in org.apache.avalon.excalibur.datasource |
Methods in org.apache.avalon.excalibur.datasource that throw ConfigurationException | |
void |
JdbcDataSource.configure(Configuration configuration)
Configure and set up DB connection. |
void |
J2eeDataSource.configure(Configuration configuration)
Configure and set up DB connection. |
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(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |