|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
org.apache.avalon.composition.data | The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
org.apache.avalon.composition.data.builder | The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
Uses of Parameter in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return Parameter | |
Parameter[] |
Parameter.getParameters()
Return the constructor parameters for this parameter. |
Parameter[] |
ConstructorDirective.getParameters()
Return the parameter directive if the mode is PARAM else null. |
Constructors in org.apache.avalon.composition.data with parameters of type Parameter | |
Parameter(String classname,
Parameter[] parameters)
Creation of a new entry directive. |
|
ConstructorDirective(String key,
Parameter[] parameters)
Creation of a new entry directive using a parameter. |
|
ConstructorDirective(String key,
String classname,
Parameter[] params)
Creation of a new entry directive using a parameter. |
Uses of Parameter in org.apache.avalon.composition.data.builder |
Methods in org.apache.avalon.composition.data.builder that return Parameter | |
protected Parameter[] |
XMLDeploymentProfileCreator.getParameters(Configuration[] configs)
Utility method to create a set of parameter directive. |
protected Parameter |
XMLDeploymentProfileCreator.getParameter(Configuration config)
Utility method to create a new parameter directive. |
Uses of Parameter in org.apache.avalon.composition.model.impl |
Methods in org.apache.avalon.composition.model.impl with parameters of type Parameter | |
Object |
DefaultConstructorModel.getValue(Parameter p)
Return the context entry value. |
Object |
DefaultConstructorModel.getValue(ClassLoader loader,
Class clazz,
String argument,
Parameter[] parameters)
Return the derived parameter value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |