Uses of Class
org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Packages that use FileSnapshot Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.transport.http org.eclipse.jgit.storage.file -
-
Uses of FileSnapshot in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as FileSnapshot Modifier and Type Field Description private FileSnapshotDirCache. snapshotKeep track of whether the index has changed or not -
Uses of FileSnapshot in org.eclipse.jgit.internal.storage.file
Subclasses of FileSnapshot in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description (package private) classPackFileSnapshotFields in org.eclipse.jgit.internal.storage.file declared as FileSnapshot Modifier and Type Field Description private FileSnapshotLockFile. commitSnapshotstatic FileSnapshotFileSnapshot. DIRTYA FileSnapshot that is considered to always be modified.static FileSnapshotFileSnapshot. MISSING_FILEA FileSnapshot that is clean if the file does not exist.private FileSnapshotObjectDirectory. shallowFileSnapshotprivate FileSnapshotFileRepository. snapshot(package private) FileSnapshotPackDirectory.PackList. snapshotState just before reading the pack directory.private FileSnapshotRefDirectory.PackedRefList. snapshotprivate FileSnapshotRefDirectory.LooseNonTag. snapShotprivate FileSnapshotRefDirectory.LoosePeeledTag. snapShotprivate FileSnapshotRefDirectory.LooseSymbolicRef. snapShotprivate FileSnapshotRefDirectory.LooseUnpeeled. snapShotMethods in org.eclipse.jgit.internal.storage.file that return FileSnapshot Modifier and Type Method Description FileSnapshotLockFile. getCommitSnapshot()Get theFileSnapshotjust before commit.FileSnapshotRefDirectory.LooseNonTag. getSnapShot()FileSnapshotRefDirectory.LoosePeeledTag. getSnapShot()FileSnapshotRefDirectory.LooseRef. getSnapShot()FileSnapshotRefDirectory.LooseSymbolicRef. getSnapShot()FileSnapshotRefDirectory.LooseUnpeeled. getSnapShot()static FileSnapshotFileSnapshot. save(long modified)Deprecated.usesave(Instant)instead.static FileSnapshotFileSnapshot. save(java.io.File path)Record a snapshot for a specific file path.static FileSnapshotFileSnapshot. save(java.time.Instant modified)Record a snapshot for a file for which the last modification time is already known.static FileSnapshotFileSnapshot. saveNoConfig(java.io.File path)Record a snapshot for a specific file path without using config file to get filesystem timestamp resolution.Methods in org.eclipse.jgit.internal.storage.file with parameters of type FileSnapshot Modifier and Type Method Description booleanFileSnapshot. equals(FileSnapshot other)Compare two snapshots to see if they cache the same information.private static RefDirectory.LooseSymbolicRefRefDirectory. newSymbolicRef(FileSnapshot snapshot, java.lang.String name, java.lang.String target)voidFileSnapshot. setClean(FileSnapshot other)Update this snapshot when the content hasn't changed.(package private) voidRefDirectory. stored(RefDirectoryUpdate update, FileSnapshot snapshot)(package private) voidRefDirectory. storedSymbolicRef(RefDirectoryUpdate u, FileSnapshot snapshot, java.lang.String target)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type FileSnapshot Constructor Description LooseNonTag(FileSnapshot snapshot, java.lang.String refName, ObjectId id)LoosePeeledTag(FileSnapshot snapshot, java.lang.String refName, ObjectId id, ObjectId p)LooseSymbolicRef(FileSnapshot snapshot, java.lang.String refName, Ref target)LooseUnpeeled(FileSnapshot snapShot, java.lang.String refName, ObjectId id)PackedRefList(RefList<Ref> src, FileSnapshot s, ObjectId i)PackList(FileSnapshot monitor, Pack[] packs) -
Uses of FileSnapshot in org.eclipse.jgit.internal.transport.http
Fields in org.eclipse.jgit.internal.transport.http declared as FileSnapshot Modifier and Type Field Description private FileSnapshotNetscapeCookieFile. snapshot -
Uses of FileSnapshot in org.eclipse.jgit.storage.file
Fields in org.eclipse.jgit.storage.file declared as FileSnapshot Modifier and Type Field Description private FileSnapshotFileBasedConfig. snapshot
-