de.surethingies.properties
Class Parameters

java.lang.Object
  extended by de.surethingies.properties.Parameters

public class Parameters
extends Object


Constructor Summary
Parameters()
           
 
Method Summary
protected  void addDefaultParameters(String group, SortedSet<Parameter> params)
          Add a Parameter which could be used to translate Settings in TypedParameters
protected  SortedSet<TypedParameter> getTypedParameters()
           
protected  void reset()
          Will cleanup the List of loaded Parameters, but not the List of known Parameters.
protected  void setParametersFromSettings(Setting settings)
          Create a new Parameterset with the Values from settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameters

public Parameters()
Method Detail

addDefaultParameters

protected void addDefaultParameters(String group,
                                    SortedSet<Parameter> params)
Add a Parameter which could be used to translate Settings in TypedParameters

Parameters:
param -

reset

protected void reset()
Will cleanup the List of loaded Parameters, but not the List of known Parameters.


getTypedParameters

protected SortedSet<TypedParameter> getTypedParameters()

setParametersFromSettings

protected void setParametersFromSettings(Setting settings)
Create a new Parameterset with the Values from settings

Parameters:
settings -


Copyright © 2007. All Rights Reserved.