Uses of Class
org.eclipse.jgit.internal.storage.file.RefDirectoryUpdate
-
Packages that use RefDirectoryUpdate Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of RefDirectoryUpdate in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as RefDirectoryUpdate Modifier and Type Field Description private RefDirectoryUpdate
RefDirectoryRename. tmp
A reference we backupRefDirectoryRename.objId
into during the rename.Methods in org.eclipse.jgit.internal.storage.file that return RefDirectoryUpdate Modifier and Type Method Description (package private) RefDirectoryUpdate
RefDirectory. newTemporaryUpdate()
Create a reference update to write a temporary reference.RefDirectoryUpdate
RefDirectory. newUpdate(java.lang.String name, boolean detach)
Create a new update command to create, modify or delete a reference.Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefDirectoryUpdate Modifier and Type Method Description (package private) void
RefDirectory. delete(RefDirectoryUpdate update)
(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 RefDirectoryUpdate Constructor Description RefDirectoryRename(RefDirectoryUpdate src, RefDirectoryUpdate dst)
-