public class App extends Object
main method for the LEIA executable.| Constructor and Description |
|---|
App()
Creates a new
App instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String[] args)
Initializes logging, finds the command bean that corresponds to the first command line argument
and passes the remaining command line arguments to its
Command.command(String[]) method. |
static void |
main(String[] args)
Instantiates this class and calls the execute method on it.
|
public static void main(String[] args)
args - The command line argumentspublic void execute(String[] args) throws Exception
Command.command(String[]) method.args - The command line argumentsException - In case of an exceptionCopyright © 2013. All Rights Reserved.