|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.command.dexer.Main
public class Main
Main class for the class file translator.
| Nested Class Summary | |
|---|---|
static class |
Main.Arguments
Command-line argument parser and access. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] argArray)
throws IOException
argArray - the command line arguments
IOException
public static int run(Main.Arguments arguments)
throws IOException
arguments - the data + parameters for the conversion
IOExceptionpublic static String getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||