Uses of Interface
org.codehaus.spice.salt.config.Parameters

Packages that use Parameters
org.codehaus.spice.salt.config   
 

Uses of Parameters in org.codehaus.spice.salt.config
 

Classes in org.codehaus.spice.salt.config that implement Parameters
 class DefaultParameters
          Parameters implementation backed by a Properties object.
 

Methods in org.codehaus.spice.salt.config that return Parameters
 Parameters DefaultParameters.getChildParameters(String prefix)
          Return a Parameters object that represents a subset of parameters with specified prefix.
 Parameters Parameters.getChildParameters(String prefix)
          Return a Parameters object that represents a subset of parameters with specified prefix.
static Parameters ParametersUtil.fromProperties(Properties properties)
          Create a Parameters object from aproperties object.
static Parameters ParametersUtil.merge(Parameters parameters1, Parameters parameters2)
          Create a Parameters object that is the result of merging the two parameters objects.
 

Methods in org.codehaus.spice.salt.config with parameters of type Parameters
static Parameters ParametersUtil.merge(Parameters parameters1, Parameters parameters2)
          Create a Parameters object that is the result of merging the two parameters objects.
 



Copyright © 1999-2006 Codehaus. All Rights Reserved.