Class DexFileModule
java.lang.Object
com.ibm.wala.dalvik.classLoader.DexFileModule
- All Implemented Interfaces:
Module
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDexFileModule(File f, String entry) DexFileModule(File f, String entry, int apiLevel) -
Method Summary
Modifier and TypeMethodDescriptionorg.jf.dexlib2.iface.DexFilegetFile()static DexFileModulestatic 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:
IllegalArgumentExceptionIOException
-
make
- Throws:
IllegalArgumentExceptionIOException
-
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:
getEntriesin interfaceModule- Returns:
- an Iterator of the ModuleEntries in this Module.
-