public class LogicalZipFile extends ZipFileSlice
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
addExportsManifestEntryValue
The value of the "Add-Exports" manifest entry, if present in the manifest, else null.
|
java.lang.String |
addOpensManifestEntryValue
The value of the "Add-Opens" manifest entry, if present in the manifest, else null.
|
java.lang.String |
automaticModuleNameManifestEntryValue
The value of the "Automatic-Module-Name" manifest entry, if present in the manifest, else null.
|
java.lang.String |
bundleClassPathManifestEntryValue
The value of the "Bundle-ClassPath" manifest entry, if present in the manifest, else null.
|
java.lang.String |
classPathManifestEntryValue
The value of the "Class-Path" manifest entry, if present in the manifest, else null.
|
java.util.List<FastZipEntry> |
entries
The zipfile entries.
|
boolean |
isJREJar
If true, this is a JRE jar.
|
static java.lang.String |
MULTI_RELEASE_PATH_PREFIX
"META-INF/versions/". |
physicalZipFile, slice| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
getParentZipFileSlice, getPath, getPathWithinParentZipFileSlice, getPhysicalFile, isAcceptedAndNotRejectedpublic java.util.List<FastZipEntry> entries
public java.lang.String classPathManifestEntryValue
public java.lang.String bundleClassPathManifestEntryValue
public java.lang.String addExportsManifestEntryValue
public java.lang.String addOpensManifestEntryValue
public java.lang.String automaticModuleNameManifestEntryValue
public boolean isJREJar
public static final java.lang.String MULTI_RELEASE_PATH_PREFIX
"META-INF/versions/".public boolean equals(java.lang.Object o)
equals in class ZipFileSlicepublic int hashCode()
hashCode in class ZipFileSlicepublic java.lang.String toString()
toString in class ZipFileSlice