Class LogicalZipFile

java.lang.Object
nonapi.io.github.classgraph.fastzipfilereader.ZipFileSlice
nonapi.io.github.classgraph.fastzipfilereader.LogicalZipFile

public class LogicalZipFile extends ZipFileSlice
A logical zipfile, which represents a zipfile contained within a ZipFileSlice of a PhysicalZipFile.
  • Field Details

    • entries

      public List<FastZipEntry> entries
      The zipfile entries.
    • classPathManifestEntryValue

      public String classPathManifestEntryValue
      The value of the "Class-Path" manifest entry, if present in the manifest, else null.
    • bundleClassPathManifestEntryValue

      public String bundleClassPathManifestEntryValue
      The value of the "Bundle-ClassPath" manifest entry, if present in the manifest, else null.
    • addExportsManifestEntryValue

      public String addExportsManifestEntryValue
      The value of the "Add-Exports" manifest entry, if present in the manifest, else null.
    • addOpensManifestEntryValue

      public String addOpensManifestEntryValue
      The value of the "Add-Opens" manifest entry, if present in the manifest, else null.
    • automaticModuleNameManifestEntryValue

      public String automaticModuleNameManifestEntryValue
      The value of the "Automatic-Module-Name" manifest entry, if present in the manifest, else null.
    • isJREJar

      public boolean isJREJar
      If true, this is a JRE jar.
    • MULTI_RELEASE_PATH_PREFIX

      public static final String MULTI_RELEASE_PATH_PREFIX
      "META-INF/versions/".
      See Also:
  • Method Details