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 | Field and Description |
|---|---|
static int |
CONCURRENCY_LEVEL
Concurrency level used by intern tables.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearInternTables() |
static java.lang.String |
getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids. |
static void |
main(java.lang.String[] argArray)
Run and exit if something unexpected happened.
|
int |
run(Main.Arguments arguments)
Run and return a result code.
|
public static final int CONCURRENCY_LEVEL
We pick a value that seems to give good results on a typical laptop.
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 int run(Main.Arguments arguments) throws java.io.IOException
arguments - the data + parameters for the conversionjava.io.IOExceptionpublic static java.lang.String getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids.