Interface CLI.Parse

Enclosing class:
CLI

public static interface CLI.Parse
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String value)
    Parse a String to the type you want it to be.
  • Method Details

    • 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