Package com.android.dx.command.dexer
Class Main
java.lang.Object
com.android.dx.command.dexer.Main
Main class for the class file translator.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Command-line argument parser and access. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Run and exit if something unexpected happened.static int
run
(Main.Arguments arguments) Run and return a result code.int
runDx
(Main.Arguments arguments)
-
Constructor Details
-
Main
-
-
Method Details
-
main
Run and exit if something unexpected happened.- Parameters:
argArray
- the command line arguments- Throws:
IOException
-
clearInternTables
public static void clearInternTables() -
run
Run and return a result code.- Parameters:
arguments
- the data + parameters for the conversion- Returns:
- 0 if success > 0 otherwise.
- Throws:
IOException
-
runDx
- Throws:
IOException
-