public class CommandLineInterface extends Object
| Constructor and Description |
|---|
CommandLineInterface() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(String[] args)
Execute the given command-line arguments, throwing any exceptions.
|
static void |
main(String[] args)
Execute the given command-line arguments, catching any exceptions.
|
public static void main(String[] args)
args - the command-line argumentsCopyright © 2015–2020. All rights reserved.