Interface CLI.Parse

  • Enclosing class:
    CLI

    public static interface CLI.Parse
    • Method Detail

      • parse

        Object parse​(String value)
        Parse a String to the type you want it to be.
        Parameters:
        value - the String to parse
        Returns:
        the parsed value