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 | Method and Description |
---|---|
String |
Parameters.getParameter(String name)
Retrieve the
String value of the specified parameter. |
boolean |
Parameters.getParameterAsBoolean(String name)
Retrieve the
boolean value of the specified parameter. |
float |
Parameters.getParameterAsFloat(String name)
Retrieve the
float value of the specified parameter. |
int |
Parameters.getParameterAsInteger(String name)
Retrieve the
int value of the specified parameter. |
long |
Parameters.getParameterAsLong(String name)
Retrieve the
long value of the specified parameter. |
void |
Parameterizable.parameterize(Parameters parameters)
Provide component with parameters.
|
void |
Reparameterizable.reparameterize(Parameters parameters)
Provide component with parameters.
|
Copyright © 2016. All rights reserved.