public class Main extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Main.ExecutionException
The Class ExecutionException.
|
static class |
Main.HelpException |
Modifier and Type | Field and Description |
---|---|
static boolean |
exit
Should we exit?.
|
Constructor and Description |
---|
Main()
Instantiates a new main.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static org.apache.commons.cli.CommandLine |
parseCommandLine(String[] args,
Executer exe) |
void |
run(String[] args)
Run.
|
void |
usage(String msg)
Usage.
|
public void usage(String msg)
msg
- the error/info msgpublic static void main(String[] args)
args
- public static org.apache.commons.cli.CommandLine parseCommandLine(String[] args, Executer exe) throws Main.HelpException, Main.ExecutionException
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.