public class Main
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Main.Arguments
Command-line argument parser and access.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearInternTables() |
static void |
main(java.lang.String[] argArray)
Run and exit if something unexpected happened.
|
static int |
run(Main.Arguments arguments)
Run and return a result code.
|
int |
runDx(Main.Arguments arguments) |
public Main(DxContext context)
public static void main(java.lang.String[] argArray)
throws java.io.IOException
argArray - the command line argumentsjava.io.IOExceptionpublic static void clearInternTables()
public static int run(Main.Arguments arguments) throws java.io.IOException
arguments - the data + parameters for the conversionjava.io.IOExceptionpublic int runDx(Main.Arguments arguments) throws java.io.IOException
java.io.IOExceptionCopyright © 2020. All Rights Reserved.