Uses of Class
org.apache.avalon.framework.parameters.Parameters
-
Packages that use Parameters 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. -
-
Uses of Parameters in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container with parameters of type Parameters Modifier and Type Method Description static void
ContainerUtil. parameterize(java.lang.Object object, Parameters parameters)
Parameterize specified object if it implements theParameterizable
interface. -
Uses of Parameters in org.apache.avalon.framework.parameters
Fields in org.apache.avalon.framework.parameters declared as Parameters Modifier and Type Field Description static Parameters
Parameters. EMPTY_PARAMETERS
Empty Parameters objectMethods in org.apache.avalon.framework.parameters that return Parameters Modifier and Type Method Description static Parameters
Parameters. fromConfiguration(Configuration configuration)
Create aParameters
object from aConfiguration
object.static Parameters
Parameters. fromConfiguration(Configuration configuration, java.lang.String elementName)
Create aParameters
object from aConfiguration
object using the supplied element name.static Parameters
Parameters. fromProperties(java.util.Properties properties)
Create aParameters
object from aProperties
object.Parameters
Parameters. merge(Parameters other)
Merge parameters from anotherParameters
instance into this.Methods in org.apache.avalon.framework.parameters with parameters of type Parameters Modifier and Type Method Description Parameters
Parameters. merge(Parameters other)
Merge parameters from anotherParameters
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 ajava.util.Properties
object from an Avalon Parameters object.
-