Class DexFileModule
java.lang.Object
com.ibm.wala.dalvik.classLoader.DexFileModule
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDexFileModule
(File f, String entry) DexFileModule
(File f, String entry, int apiLevel) -
Method Summary
Modifier and TypeMethodDescriptionorg.jf.dexlib2.iface.DexFile
getFile()
static DexFileModule
static DexFileModule
-
Field Details
-
AUTO_INFER_API_LEVEL
public static final int AUTO_INFER_API_LEVEL- See Also:
-
-
Constructor Details
-
DexFileModule
- Parameters:
f
- the .oat or .apk fileentry
- the name of the .dex file inside the container fileapiLevel
- the api level wanted- Throws:
IllegalArgumentException
-
DexFileModule
- Throws:
IllegalArgumentException
-
-
Method Details
-
make
- Throws:
IllegalArgumentException
IOException
-
make
- Throws:
IllegalArgumentException
IOException
-
getDexFile
public org.jf.dexlib2.iface.DexFile getDexFile()- Returns:
- The DexFile associated to this module.
-
getFile
- Returns:
- The DexFile associated to this module.
-
getEntries
- Specified by:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-