Package org.apache.storm.command
Interface CLI.Parse
- Enclosing class:
- CLI
public static interface CLI.Parse
-
Method Summary
-
Method Details
-
parse
Parse a String to the type you want it to be.- Parameters:
value
- the String to parse- Returns:
- the parsed value
-