Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private PackFileSnapshot |
PackFile.fileSnapshot |
Modifier and Type | Method and Description |
---|---|
(package private) PackFileSnapshot |
PackFile.getFileSnapshot()
Return the @
FileSnapshot associated to the underlying packfile
that has been used when the object was created. |
static PackFileSnapshot |
PackFileSnapshot.save(java.io.File path)
Record a snapshot for a specific packfile path.
|