Uses of Class
org.apache.avalon.framework.parameters.Parameters
Packages that use Parameters
Package
Description
Interfaces supporting the supply of flat configuration information.
-
Uses of Parameters in org.apache.avalon.framework.parameters
Fields in org.apache.avalon.framework.parameters declared as ParametersModifier and TypeFieldDescriptionstatic final Parameters
Parameters.EMPTY_PARAMETERS
Empty Parameters objectMethods in org.apache.avalon.framework.parameters that return ParametersModifier and TypeMethodDescriptionstatic Parameters
Parameters.fromConfiguration
(Configuration configuration) Create aParameters
object from aConfiguration
object.static Parameters
Parameters.fromConfiguration
(Configuration configuration, String elementName) Create aParameters
object from aConfiguration
object using the supplied element name.static Parameters
Parameters.fromProperties
(Properties properties) Create aParameters
object from aProperties
object.Parameters.merge
(Parameters other) Merge parameters from anotherParameters
instance into this.Methods in org.apache.avalon.framework.parameters with parameters of type ParametersModifier and TypeMethodDescriptionParameters.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 Properties
Parameters.toProperties
(Parameters params) Creates ajava.util.Properties
object from an Avalon Parameters object.