Uses of Class
org.eclipse.jgit.internal.storage.file.PackFileSnapshot
-
Packages that use PackFileSnapshot Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackFileSnapshot in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackFileSnapshot Modifier and Type Field Description private PackFileSnapshot
PackFile. fileSnapshot
Methods in org.eclipse.jgit.internal.storage.file that return PackFileSnapshot Modifier and Type Method 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.
-