Uses of Class
org.eclipse.jgit.internal.storage.file.FileSnapshot
-
Packages that use FileSnapshot Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of FileSnapshot in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FileSnapshot Modifier and Type Field Description static FileSnapshotFileSnapshot. DIRTYA FileSnapshot that is considered to always be modified.static FileSnapshotFileSnapshot. MISSING_FILEA FileSnapshot that is clean if the file does not exist.Methods in org.eclipse.jgit.internal.storage.file that return FileSnapshot Modifier and Type Method Description FileSnapshotLockFile. getCommitSnapshot()Get theFileSnapshotjust before commit.static FileSnapshotFileSnapshot. save(long modified)Deprecated.usesave(Instant)instead.static FileSnapshotFileSnapshot. save(File path)Record a snapshot for a specific file path.static FileSnapshotFileSnapshot. save(Instant modified)Record a snapshot for a file for which the last modification time is already known.static FileSnapshotFileSnapshot. saveNoConfig(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.voidFileSnapshot. setClean(FileSnapshot other)Update this snapshot when the content hasn't changed.
-