|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
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. |
Uses of Configuration in org.apache.avalon.framework.configuration |
---|
Methods in org.apache.avalon.framework.configuration that return Configuration | |
---|---|
Configuration |
Configuration.getChild(String child)
Return a new Configuration instance encapsulating the
specified child node. |
Configuration |
Configuration.getChild(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(String name)
Return an Array of Configuration
elements containing all node children with the specified name. |
Configuration |
ConfigurationException.getOffendingConfiguration()
|
Methods in org.apache.avalon.framework.configuration with parameters of type Configuration | |
---|---|
void |
Configurable.configure(Configuration configuration)
Pass the Configuration to the Configurable
class. |
void |
Reconfigurable.reconfigure(Configuration configuration)
Describe reconfigure method here. |
Constructors in org.apache.avalon.framework.configuration with parameters of type Configuration | |
---|---|
ConfigurationException(Configuration config)
Construct a new ConfigurationException instance. |
|
ConfigurationException(String message,
Configuration config)
Construct a new ConfigurationException instance. |
|
ConfigurationException(String message,
Configuration config,
Throwable throwable)
Construct a new ConfigurationException instance. |
Uses of Configuration in org.apache.avalon.framework.parameters |
---|
Methods in org.apache.avalon.framework.parameters with parameters of type Configuration | |
---|---|
static Parameters |
Parameters.fromConfiguration(Configuration configuration)
Create a Parameters object from a Configuration
object. |
static Parameters |
Parameters.fromConfiguration(Configuration configuration,
String elementName)
Create a Parameters object from a Configuration
object using the supplied element name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |