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 FileSnapshot
DirCache. snapshot
Keep 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) class
PackFileSnapshot
Fields in org.eclipse.jgit.internal.storage.file declared as FileSnapshot Modifier and Type Field Description private FileSnapshot
LockFile. commitSnapshot
static FileSnapshot
FileSnapshot. DIRTY
A FileSnapshot that is considered to always be modified.static FileSnapshot
FileSnapshot. MISSING_FILE
A FileSnapshot that is clean if the file does not exist.private FileSnapshot
ObjectDirectory. shallowFileSnapshot
private FileSnapshot
FileRepository. snapshot
(package private) FileSnapshot
ObjectDirectory.PackList. snapshot
State just before reading the pack directory.private FileSnapshot
RefDirectory.PackedRefList. snapshot
private FileSnapshot
RefDirectory.LooseNonTag. snapShot
private FileSnapshot
RefDirectory.LoosePeeledTag. snapShot
private FileSnapshot
RefDirectory.LooseSymbolicRef. snapShot
private FileSnapshot
RefDirectory.LooseUnpeeled. snapShot
Methods in org.eclipse.jgit.internal.storage.file that return FileSnapshot Modifier and Type Method Description FileSnapshot
LockFile. getCommitSnapshot()
Get theFileSnapshot
just before commit.FileSnapshot
RefDirectory.LooseNonTag. getSnapShot()
FileSnapshot
RefDirectory.LoosePeeledTag. getSnapShot()
FileSnapshot
RefDirectory.LooseRef. getSnapShot()
FileSnapshot
RefDirectory.LooseSymbolicRef. getSnapShot()
FileSnapshot
RefDirectory.LooseUnpeeled. getSnapShot()
static FileSnapshot
FileSnapshot. save(long modified)
Deprecated.usesave(Instant)
instead.static FileSnapshot
FileSnapshot. save(java.io.File path)
Record a snapshot for a specific file path.static FileSnapshot
FileSnapshot. save(java.time.Instant modified)
Record a snapshot for a file for which the last modification time is already known.static FileSnapshot
FileSnapshot. 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 boolean
FileSnapshot. equals(FileSnapshot other)
Compare two snapshots to see if they cache the same information.private static RefDirectory.LooseSymbolicRef
RefDirectory. newSymbolicRef(FileSnapshot snapshot, java.lang.String name, java.lang.String target)
void
FileSnapshot. setClean(FileSnapshot other)
Update this snapshot when the content hasn't changed.(package private) void
RefDirectory. stored(RefDirectoryUpdate update, FileSnapshot snapshot)
(package private) void
RefDirectory. 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, PackFile[] 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 FileSnapshot
NetscapeCookieFile. 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 FileSnapshot
FileBasedConfig. snapshot
-