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 PackFileSnapshotPack. fileSnapshotMethods in org.eclipse.jgit.internal.storage.file that return PackFileSnapshot Modifier and Type Method Description (package private) PackFileSnapshotPack. getFileSnapshot()Return the @FileSnapshotassociated to the underlying packfile that has been used when the object was created.static PackFileSnapshotPackFileSnapshot. save(java.io.File path)Record a snapshot for a specific packfile path.
-