gov.llnl.babel
Class UserOptions.RepositoryPathSwitch
java.lang.Objectgov.llnl.babel.UserOptions.BasicSwitch
- UserOptions
- CommandLineSwitch
public class UserOptions.RepositoryPathSwitch
void | processCommandSwitch(String optarg)- This method is called when the Babel end user specifies this command
line switch on the command line.
|
RepositoryPathSwitch
public RepositoryPathSwitch()
processCommandSwitch
public final void processCommandSwitch(String optarg)
throws InvalidArgumentException This method is called when the Babel end user specifies this command
line switch on the command line.
- processCommandSwitch in interface CommandLineSwitch
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.