public class PresetParser extends TextParser<PresetQuery>
| Constructor and Description |
|---|
PresetParser() |
| Modifier and Type | Method and Description |
|---|---|
PresetQuery |
parse(java.lang.String text)
Transforms the given text into an object.
|
getParameterQueue, parse, tryParse, tryParsepublic PresetQuery parse(java.lang.String text) throws ParsingException
TextParserparse in class TextParser<PresetQuery>text - - text to parse.ParsingException - The text cannot be transformed into a list of objects.