Class DirParser

    • Constructor Detail

      • DirParser

        public DirParser()
    • Method Detail

      • parse

        public Path parse​(String s)
        Description copied from interface: ValueParser
        Parse the value into a typed instance.
        Specified by:
        parse in interface ValueParser<Path>
        Parameters:
        s - The string value.
        Returns:
        The typed instance.