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 ParametersParameters.EMPTY_PARAMETERSEmpty Parameters objectMethods in org.apache.avalon.framework.parameters that return ParametersModifier and TypeMethodDescriptionstatic ParametersParameters.fromConfiguration(Configuration configuration) Create aParametersobject from aConfigurationobject.static ParametersParameters.fromConfiguration(Configuration configuration, String elementName) Create aParametersobject from aConfigurationobject using the supplied element name.static ParametersParameters.fromProperties(Properties properties) Create aParametersobject from aPropertiesobject.Parameters.merge(Parameters other) Merge parameters from anotherParametersinstance into this.Methods in org.apache.avalon.framework.parameters with parameters of type ParametersModifier and TypeMethodDescriptionParameters.merge(Parameters other) Merge parameters from anotherParametersinstance into this.voidParameterizable.parameterize(Parameters parameters) Provide component with parameters.voidReparameterizable.reparameterize(Parameters parameters) Provide component with parameters.static PropertiesParameters.toProperties(Parameters params) Creates ajava.util.Propertiesobject from an Avalon Parameters object.