Package org.apache.storm.command
Interface CLI.Parse
-
- Enclosing class:
- CLI
public static interface CLI.Parse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
parse(String value)
Parse a String to the type you want it to be.
-