Class PackDirectory.PackList
java.lang.Object
org.eclipse.jgit.internal.storage.file.PackDirectory.PackList
- Enclosing class:
- PackDirectory
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Pack[]
All known packs, sorted byPack.SORT
.(package private) final FileSnapshot
State just before reading the pack directory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
snapshot
State just before reading the pack directory. -
packs
All known packs, sorted byPack.SORT
.
-
-
Constructor Details
-
PackList
PackList(FileSnapshot monitor, Pack[] packs)
-