| Constructor and Description |
|---|
JarFileModule(java.util.jar.JarFile f) |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleEntry |
createEntry(java.util.zip.ZipEntry z) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAbsolutePath() |
byte[] |
getContents(java.util.zip.ZipEntry entry) |
java.util.Iterator<ModuleEntry> |
getEntries() |
java.util.jar.JarFile |
getJarFile() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getAbsolutePath()
public java.lang.String toString()
toString in class java.lang.Objectprotected ModuleEntry createEntry(java.util.zip.ZipEntry z)
public java.util.Iterator<ModuleEntry> getEntries()
getEntries in interface Modulepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic byte[] getContents(java.util.zip.ZipEntry entry)
public java.util.jar.JarFile getJarFile()