com.android.dx.dex
Class DexOptions

java.lang.Object
  extended by com.android.dx.dex.DexOptions

public class DexOptions
extends Object

Container for options used to control details of dex file generation.


Field Summary
 int targetApiLevel
          target API level
 
Constructor Summary
DexOptions()
           
 
Method Summary
 boolean canUseExtendedOpcodes()
          Returns whether extended opcodes are allowed.
 String getMagic()
          Gets the dex file magic number corresponding to this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetApiLevel

public int targetApiLevel
target API level

Constructor Detail

DexOptions

public DexOptions()
Method Detail

getMagic

public String getMagic()
Gets the dex file magic number corresponding to this instance.


canUseExtendedOpcodes

public boolean canUseExtendedOpcodes()
Returns whether extended opcodes are allowed. This became allowed as of Ice Cream Sandwich.



Copyright © 2013. All Rights Reserved.