|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Parameters.getChildParameters(String prefix)
Return a Parameters object that represents a subset of parameters with specified prefix. |
Parameters |
DefaultParameters.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |