Class PackDirectory.PackList

java.lang.Object
org.eclipse.jgit.internal.storage.file.PackDirectory.PackList
Enclosing class:
PackDirectory

static final class PackDirectory.PackList extends Object
  • Field Details

    • snapshot

      final FileSnapshot snapshot
      State just before reading the pack directory.
    • packs

      final Pack[] packs
      All known packs, sorted by Pack.SORT.
  • Constructor Details