Class DefaultParseService

    • Constructor Detail

      • DefaultParseService

        public DefaultParseService()
    • Method Detail

      • parse

        public Items parse​(String arg,
                           boolean strict)
        Description copied from interface: ParseService
        Parses a comma-delimited list of data elements.

        Some data elements might be key=value pairs, while others might be raw values (i.e., no equals sign).

        Specified by:
        parse in interface ParseService
        Parameters:
        arg - The string to parse.
        strict - Whether to fail fast when encountering an unassigned variable token.
        Returns:
        A parsed list of Items.