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, tryParse
public PresetQuery parse(java.lang.String text) throws ParsingException
TextParser
parse
in class TextParser<PresetQuery>
text
- - text to parse.ParsingException
- The text cannot be transformed into a list of objects.