Uses of Class
org.eclipse.jgit.internal.storage.file.FileSnapshot
Packages that use FileSnapshot
-
Uses of FileSnapshot in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FileSnapshotModifier and TypeFieldDescriptionstatic final FileSnapshotFileSnapshot.DIRTYA FileSnapshot that is considered to always be modified.static final FileSnapshotFileSnapshot.MISSING_FILEA FileSnapshot that is clean if the file does not exist.Methods in org.eclipse.jgit.internal.storage.file that return FileSnapshotModifier and TypeMethodDescriptionLockFile.getCommitSnapshot()Get theFileSnapshotjust before commit.static FileSnapshotFileSnapshot.save(long modified) Deprecated.static FileSnapshotRecord a snapshot for a specific file path.static FileSnapshotRecord 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 FileSnapshotModifier and TypeMethodDescriptionbooleanFileSnapshot.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.
save(Instant)instead.