Package com.ibm.wala.dalvik.classLoader
Class DexFileModule
- java.lang.Object
-
- com.ibm.wala.dalvik.classLoader.DexFileModule
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jf.dexlib.DexFilegetDexFile()Iterator<ModuleEntry>getEntries()static DexFileModulemake(File f)
-
-
-
Method Detail
-
make
public static DexFileModule make(File f) throws IllegalArgumentException, IOException
- Throws:
IllegalArgumentExceptionIOException
-
getDexFile
public org.jf.dexlib.DexFile getDexFile()
- Returns:
- The DexFile associated to this module.
-
getEntries
public Iterator<ModuleEntry> getEntries()
- Specified by:
getEntriesin interfaceModule- Returns:
- an Iterator of the ModuleEntries in this Module.
-
-