gov.llnl.babel
Class UserOptions.VerboseSwitch
java.lang.Object
gov.llnl.babel.UserOptions.BasicSwitch
gov.llnl.babel.UserOptions.VerboseSwitch
- UserOptions
- CommandLineSwitch
public class UserOptions.VerboseSwitch
extends gov.llnl.babel.UserOptions.BasicSwitch
void | processCommandSwitch(String optarg) - This method is called when the Babel end user specifies this command
line switch on the command line.
|
VerboseSwitch
public VerboseSwitch()
processCommandSwitch
public final void processCommandSwitch(String optarg)
throws InvalidOptionException
This method is called when the Babel end user specifies this command
line switch on the command line.
- processCommandSwitch in interface CommandLineSwitch
InvalidOptionException
- this indicates
that the command line option itself is somehow wrong in the context of
preceeding switches. For example, two switches may be mutually
exclusive, so having both in a command line would cause the second
switch to throw this exception.