| 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 Modulepublic byte[] getContents(ZipEntry entry)
public JarFile getJarFile()
Copyright © 2015. All rights reserved.