com.android.dx.command.dexer
Class Main

java.lang.Object
  extended by com.android.dx.command.dexer.Main

public class Main
extends Object

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

main

public static void main(String[] argArray)
                 throws IOException
Run and exit if something unexpected happened.

Parameters:
argArray - the command line arguments
Throws:
IOException

run

public static int run(Main.Arguments arguments)
               throws IOException
Run and return a result code.

Parameters:
arguments - the data + parameters for the conversion
Returns:
0 if success > 0 otherwise.
Throws:
IOException

getTooManyIdsErrorMessage

public static String getTooManyIdsErrorMessage()
non-null; Error message for too many method/field/type ids.



Copyright © 2015. All rights reserved.