public final class CLIMain extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTER_JSON_TEXT |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
main method for command line interface
|
public static final String ENTER_JSON_TEXT
public static void main(String[] args) throws IOException, JsonDataGeneratorException, org.apache.commons.cli.ParseException, ClassNotFoundException
args - arguments for command line interfaceIOException - if there is an error reading from the input or writing to the outputJsonDataGeneratorException - if there is an error running the json data converterorg.apache.commons.cli.ParseException - if the cli arguments cannot be parsedClassNotFoundException - if the addition classes passed in with -f cannot be foundCopyright © 2022. All rights reserved.