Class ListParser

    • Constructor Detail

      • ListParser

        public ListParser​(MetaPattern entryPattern,
                          MetaPattern separatorPattern,
                          CharSequence input)
        Constructs a list parser from an entry MetaPattern, a separator MetaPattern and an input character sequence.
        Parameters:
        entryPattern - The pattern in between the separators
        separatorPattern - The separator pattern
        input - The input to parse
    • Method Detail

      • getValues

        public final List<StringgetValues()
        Gets the parsed values. It depends on the elements pattern, whether empty elements, double or single quotes or escape characters are supported.
        Returns:
        the parsed values