com.waveset.util
Interface CommandProcess.LineOption
- All Known Implementing Classes:
- CommandProcess.LineOptionImpl
- Enclosing interface:
- CommandProcess
- public static interface CommandProcess.LineOption
CLI option interface.
getName
public java.lang.String getName()
- Returns:
- Name of the option to the command line.
getUsage
public java.lang.String getUsage()
- Returns:
- (Optional) Usage statement about the option.
getClassName
public java.lang.String getClassName()
- Returns:
- Class to execute for this option.