| java.lang.Object org.griphyn.cPlanner.classes.PoolConfigParser2
Method Summary | |
public String | niceString(String input) Remove potential leading and trainling quotes from a string. | public PoolConfig | parse() Parses the complete input stream, into the PoolConfig data object that
holds the contents of all the sites referred to in the stream. |
niceString | public String niceString(String input)(Code) | | Remove potential leading and trainling quotes from a string.
Parameters: input - is a string which may have leading and trailing quotes a string that is either identical to the input, or asubstring thereof. |
|
|