public class Main extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Main.Arguments
Command-line argument parser and access.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids. |
static void |
main(String[] argArray)
Run and exit if something unexpected happened.
|
static int |
run(Main.Arguments arguments)
Run and return a result code.
|
public static void main(String[] argArray) throws IOException
argArray - the command line argumentsIOExceptionpublic static int run(Main.Arguments arguments) throws IOException
arguments - the data + parameters for the conversionIOExceptionpublic static String getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids.Copyright © 2016. All Rights Reserved.