Class Main

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

public class Main extends Object
Main class for the class file translator.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] argArray) throws IOException
      Run and exit if something unexpected happened.
      Parameters:
      argArray - the command line arguments
      Throws:
      IOException
    • clearInternTables

      public static void clearInternTables()
    • 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
    • runDx

      public int runDx(Main.Arguments arguments) throws IOException
      Throws:
      IOException