public class RunCommandHandler extends CommandHandler
| Constructor and Description |
|---|
RunCommandHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the command from parsed args.
|
void |
parse(String[] argv)
Parse this command's options from the command line.
|
getDescription, getName, getOptions, printUsagepublic void execute()
throws Exception
CommandHandlerexecute in class CommandHandlerExceptionpublic void parse(String[] argv) throws Exception
CommandHandlerparse in class CommandHandlerargv - Raw options array following after the command string.ExceptionJas4pp 1.5 © Java Analysis Studio for Particle Physics