|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
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. |
Uses of Parameters in org.apache.avalon.framework.container |
Methods in org.apache.avalon.framework.container with parameters of type Parameters | |
static void |
ContainerUtil.parameterize(java.lang.Object object,
Parameters parameters)
Parameterize specified object if it implements the Parameterizable interface. |
Uses of Parameters in org.apache.avalon.framework.parameters |
Fields in org.apache.avalon.framework.parameters declared as Parameters | |
static Parameters |
Parameters.EMPTY_PARAMETERS
Empty Parameters object |
Methods in org.apache.avalon.framework.parameters that return Parameters | |
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another Parameters instance
into this. |
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. |
Methods in org.apache.avalon.framework.parameters with parameters of type Parameters | |
void |
Reparameterizable.reparameterize(Parameters parameters)
Provide component with parameters. |
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another Parameters instance
into this. |
static java.util.Properties |
Parameters.toProperties(Parameters params)
Creates a java.util.Properties object from an Avalon
Parameters object. |
void |
Parameterizable.parameterize(Parameters parameters)
Provide component with parameters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |