Uses of Class
org.apache.avalon.framework.parameters.Parameters

Packages that use Parameters
org.apache.avalon.framework.parameters   
 

Uses of Parameters in org.apache.avalon.framework.parameters
 

Methods in org.apache.avalon.framework.parameters that return Parameters
 Parameters Parameters.merge(Parameters other)
          Merge parameters from another Parameters instance into this.
static Parameters Parameters.fromConfiguration(Configuration configuration)
          Create a Parameters object from a Configuration object.
static Parameters Parameters.fromProperties(java.util.Properties properties)
          Create a Parameters object from a Properties object.
 

Methods in org.apache.avalon.framework.parameters with parameters of type Parameters
 Parameters Parameters.merge(Parameters other)
          Merge parameters from another Parameters instance into this.
 void Parameterizable.parameterize(Parameters parameters)
          Provide component with parameters.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.