com.waveset.util
Interface CommandProcess.LineOption

All Known Implementing Classes:
CommandProcess.LineOptionImpl
Enclosing interface:
CommandProcess

public static interface CommandProcess.LineOption

CLI option interface.


Method Summary
 java.lang.String getClassName()
           
 java.lang.String getName()
           
 java.lang.String getUsage()
           
 

Method Detail

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.