Package | Description |
---|---|
org.apache.avalon.framework.configuration |
Component configuration interfaces and XML-based implementations.
|
org.apache.avalon.framework.parameters |
Interfaces supporting the supply of flat configuration information.
|
Modifier and Type | Field and Description |
---|---|
private Configuration |
ConfigurationException.m_config |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.getChild(java.lang.String child)
Return a new
Configuration instance encapsulating the
specified child node. |
Configuration |
Configuration.getChild(java.lang.String child,
boolean createNew)
Return a
Configuration instance encapsulating the specified
child node. |
Configuration[] |
Configuration.getChildren()
Return an
Array of Configuration
elements containing all node children. |
Configuration[] |
Configuration.getChildren(java.lang.String name)
Return an
Array of Configuration
elements containing all node children with the specified name. |
Configuration |
ConfigurationException.getOffendingConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(Configuration configuration)
Pass the
Configuration to the Configurable
class. |
void |
Reconfigurable.reconfigure(Configuration configuration)
Describe
reconfigure method here. |
Constructor and Description |
---|
ConfigurationException(Configuration config)
Construct a new
ConfigurationException instance. |
ConfigurationException(java.lang.String message,
Configuration config)
Construct a new
ConfigurationException instance. |
ConfigurationException(java.lang.String message,
Configuration config,
java.lang.Throwable throwable)
Construct a new
ConfigurationException instance. |
Modifier and Type | Method and Description |
---|---|
static Parameters |
Parameters.fromConfiguration(Configuration configuration)
Create a
Parameters object from a Configuration
object. |
static Parameters |
Parameters.fromConfiguration(Configuration configuration,
java.lang.String elementName)
Create a
Parameters object from a Configuration
object using the supplied element name. |