| Package | Description |
|---|---|
| org.protempa.cli |
| Modifier and Type | Method and Description |
|---|---|
CLI.Argument[] |
CLI.getArguments()
Gets optional arguments that are not prefixed with option syntax.
|
| Constructor and Description |
|---|
CLI(CLI.Argument[] arguments)
Instantiates the application with optional arguments.
|
CLI(CLI.Argument[] arguments,
boolean configurationIdEnabled)
Instantiates the application with a required shell command name and
whether to create the configuration id option.
|
CLI(String shellCommand,
CLI.Argument[] arguments)
Instantiates the application with a required shell command name and
optional arguments that are not prefixed with option syntax.
|
CLI(String shellCommand,
CLI.Argument[] arguments,
boolean configurationIdEnabled)
Instantiates the application with a required shell command name,
optional arguments that are not prefixed with option syntax, and
whether to create the configuration id option.
|
Copyright © 2012–2016 Emory University. All rights reserved.