gov.llnl.babel
Class UserOptions.ExcludeExternalSwitch
java.lang.Object
gov.llnl.babel.UserOptions.BasicSwitch
gov.llnl.babel.UserOptions.ExcludeExternalSwitch
- UserOptions
- CommandLineSwitch
public class UserOptions.ExcludeExternalSwitch
extends gov.llnl.babel.UserOptions.BasicSwitch
boolean | isHidden() - Return
true if this command line option should be
hidden when the help text is generated.
|
void | processCommandSwitch(String optarg) - This method is called when the Babel end user specifies this command
line switch on the command line.
|
ExcludeExternalSwitch
public ExcludeExternalSwitch()
isHidden
public final boolean isHidden()
Return true
if this command line option should be
hidden when the help text is generated.
- isHidden in interface CommandLineSwitch
- isHidden in interface gov.llnl.babel.UserOptions.BasicSwitch
true
means that this options requests to not
be printed with the help text.
processCommandSwitch
public final void processCommandSwitch(String optarg)
This method is called when the Babel end user specifies this command
line switch on the command line.
- processCommandSwitch in interface CommandLineSwitch