| java.lang.Object net.sourceforge.orbroker.Parameters
Parameters | final class Parameters (Code) | | Holding class for parameter values. Based on a Map.
author: Nils Kilden-Pedersen |
getLeafValue | Object getLeafValue(String parameterTree)(Code) | | Return the leaf value, i.e. the last value in a property tree. Ex.:
root.propertyBranch.propertyLeaf will return the value of
propertyLeaf after traversing the tree.
Parameters: parameterTree - leaf value |
toMap | Map toMap()(Code) | | Return values as
Map .
parameter values in map. |
|
|