Package | Description |
---|---|
org.apache.avalon.framework.container |
Utilities supporting execution of component lifecycle stages.
|
org.apache.avalon.framework.parameters |
Interfaces supporting the supply of flat configuration information.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtil.parameterize(Object object,
Parameters parameters)
Parameterize specified object if it implements the
Parameterizable interface. |
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,
String elementName)
Create a
Parameters object from a Configuration
object using the supplied element name. |
static Parameters |
Parameters.fromProperties(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 Properties |
Parameters.toProperties(Parameters params)
Creates a
java.util.Properties object from an Avalon
Parameters object. |
Copyright © 2021. All rights reserved.