public class CommandLineInterface
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static joptsimple.OptionParser |
parser
Parses command line arguments
|
| Constructor and Description |
|---|
CommandLineInterface(java.lang.String[] args)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
execute()
Execute an operation
|
static void |
main(java.lang.String[] args)
Entry point
|
public CommandLineInterface(java.lang.String[] args)
args - Options and arguments passing in command linepublic ExecutionResult execute()
public static void main(java.lang.String[] args)
args - Command line options and arguments