Constructor and Description |
---|
JarFileModule(JarFile f) |
Modifier and Type | Method and 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() |
public JarFileModule(JarFile f)
public String getAbsolutePath()
protected ModuleEntry createEntry(ZipEntry z)
public Iterator<ModuleEntry> getEntries()
getEntries
in interface Module
public byte[] getContents(ZipEntry entry)
public JarFile getJarFile()