Package com.ibm.wala.dalvik.classLoader
Class DexFileModule
java.lang.Object
com.ibm.wala.dalvik.classLoader.DexFileModule
- All Implemented Interfaces:
com.ibm.wala.classLoader.Module
A module which is a wrapper around .dex and .apk file.
-
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.DexFileIterator<com.ibm.wala.classLoader.ModuleEntry>getFile()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 interfacecom.ibm.wala.classLoader.Module
-