Class LogicalZipFile
java.lang.Object
nonapi.io.github.classgraph.fastzipfilereader.ZipFileSlice
nonapi.io.github.classgraph.fastzipfilereader.LogicalZipFile
A logical zipfile, which represents a zipfile contained within a ZipFileSlice of a PhysicalZipFile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe value of the "Add-Exports" manifest entry, if present in the manifest, else null.The value of the "Add-Opens" manifest entry, if present in the manifest, else null.The value of the "Automatic-Module-Name" manifest entry, if present in the manifest, else null.The value of the "Bundle-ClassPath" manifest entry, if present in the manifest, else null.The value of the "Class-Path" manifest entry, if present in the manifest, else null.The zipfile entries.booleanIf true, this is a JRE jar.static final String"META-INF/versions/".Fields inherited from class ZipFileSlice
physicalZipFile, slice -
Method Summary
Methods inherited from class ZipFileSlice
getParentZipFileSlice, getPath, getPathWithinParentZipFileSlice, getPhysicalFile, isAcceptedAndNotRejected
-
Field Details
-
entries
The zipfile entries. -
classPathManifestEntryValue
The value of the "Class-Path" manifest entry, if present in the manifest, else null. -
bundleClassPathManifestEntryValue
The value of the "Bundle-ClassPath" manifest entry, if present in the manifest, else null. -
addExportsManifestEntryValue
The value of the "Add-Exports" manifest entry, if present in the manifest, else null. -
addOpensManifestEntryValue
The value of the "Add-Opens" manifest entry, if present in the manifest, else null. -
automaticModuleNameManifestEntryValue
The value of the "Automatic-Module-Name" manifest entry, if present in the manifest, else null. -
isJREJar
public boolean isJREJarIf true, this is a JRE jar. -
MULTI_RELEASE_PATH_PREFIX
-
-
Method Details
-
equals
- Overrides:
equalsin classZipFileSlice
-
hashCode
public int hashCode()- Overrides:
hashCodein classZipFileSlice
-
toString
- Overrides:
toStringin classZipFileSlice
-