TItem - Type of each value.public class ParameterParser<TItem> extends TextParser<java.util.List<TItem>>
| Constructor and Description | 
|---|
| ParameterParser(TextParser<TItem> elementParser) | 
| Modifier and Type | Method and Description | 
|---|---|
| TextParser<TItem> | getElementParser() | 
| java.util.List<TItem> | parse(java.lang.String text)Transforms the given text into an object. | 
| java.util.List<TItem> | parseExact(java.lang.String text) | 
getParameterQueue, parse, tryParse, tryParsepublic ParameterParser(TextParser<TItem> elementParser)
public java.util.List<TItem> parse(java.lang.String text) throws ParsingException
TextParserparse in class TextParser<java.util.List<TItem>>text - - text to parse.ParsingException - The text cannot be transformed into a list of objects.public java.util.List<TItem> parseExact(java.lang.String text) throws ParsingException
ParsingExceptionpublic TextParser<TItem> getElementParser()