|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.llnl.babel.UserOptions.RequiredArgSwitch
gov.llnl.babel.UserOptions.ExcludeSwitch
public class UserOptions.ExcludeSwitch
| Constructor Summary | |
|---|---|
UserOptions.ExcludeSwitch()
|
|
| Method Summary | |
|---|---|
void |
processCommandSwitch(java.lang.String optarg)
This method is called when the Babel end user specifies this command line switch on the command line. |
| Methods inherited from class gov.llnl.babel.UserOptions.RequiredArgSwitch |
|---|
getArgumentName, hasRequiredArgument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserOptions.ExcludeSwitch()
| Method Detail |
|---|
public final void processCommandSwitch(java.lang.String optarg)
throws InvalidArgumentException
CommandLineSwitch
optarg - this argument will be null if the command line switch
doesn't take a required argument (i.e., CommandLineSwitch.hasRequiredArgument()
is false) or if the command line switch takes an
optional argument (i.e., CommandLineSwitch.hasOptionalArgument() is
true) and an argument wasn't provided; otherwise, the
argument is a non-null string including the text from the command line.
InvalidArgumentException - this indicates
that the command line argument provided is wrong somehow. For example,
if the argument should be an integer and the input isn't a valid
integer, throw this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||