Package com.ibm.wala.classLoader
Class JarFileModule
- java.lang.Object
-
- com.ibm.wala.classLoader.JarFileModule
-
-
Constructor Summary
Constructors Constructor Description JarFileModule(JarFile f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModuleEntry
createEntry(ZipEntry z)
boolean
equals(Object obj)
String
getAbsolutePath()
byte[]
getContents(ZipEntry entry)
Iterator<ModuleEntry>
getEntries()
JarFile
getJarFile()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
JarFileModule
public JarFileModule(JarFile f)
-
-
Method Detail
-
getAbsolutePath
public String getAbsolutePath()
-
createEntry
protected ModuleEntry createEntry(ZipEntry z)
-
getEntries
public Iterator<ModuleEntry> getEntries()
- Specified by:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-
getContents
public byte[] getContents(ZipEntry entry)
-
getJarFile
public JarFile getJarFile()
-
-