public class SettingsParser
extends java.lang.Object
Constructor and Description |
---|
SettingsParser() |
Modifier and Type | Method and Description |
---|---|
static Settings[] |
parse(java.lang.String input)
Parsers input and either returns an array of settings or throws an exception
|
public static Settings[] parse(java.lang.String input) throws SettingsParserException
input
- the parser inputSettingsParserException
- if the parser cannot parse input