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.DexFile
getDexFile()
Iterator<ModuleEntry>
getEntries()
static DexFileModule
make(File f)
-
-
-
Method Detail
-
make
public static DexFileModule make(File f) throws IllegalArgumentException, IOException
- Throws:
IllegalArgumentException
IOException
-
getDexFile
public org.jf.dexlib.DexFile getDexFile()
- Returns:
- The DexFile associated to this module.
-
getEntries
public Iterator<ModuleEntry> getEntries()
- Specified by:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-
-