Package | Description |
---|---|
org.apache.avalon.framework.parameters |
Interfaces supporting the supply of flat configuration information.
|
Modifier and Type | Field and Description |
---|---|
static Parameters |
Parameters.EMPTY_PARAMETERS
Empty Parameters object
|
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. |
static Parameters |
Parameters.fromProperties(java.util.Properties properties)
Create a
Parameters object from a Properties
object. |
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another
Parameters instance
into this. |
Modifier and Type | Method and Description |
---|---|
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another
Parameters instance
into this. |
void |
Parameterizable.parameterize(Parameters parameters)
Provide component with parameters.
|
void |
Reparameterizable.reparameterize(Parameters parameters)
Provide component with parameters.
|
static java.util.Properties |
Parameters.toProperties(Parameters params)
Creates a
java.util.Properties object from an Avalon
Parameters object. |