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 RefDirectoryUpdateRefDirectoryRename. tmpA reference we backupRefDirectoryRename.objIdinto during the rename.Methods in org.eclipse.jgit.internal.storage.file that return RefDirectoryUpdate Modifier and Type Method Description (package private) RefDirectoryUpdateRefDirectory. newTemporaryUpdate()Create a reference update to write a temporary reference.RefDirectoryUpdateRefDirectory. 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) voidRefDirectory. delete(RefDirectoryUpdate update)(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 RefDirectoryUpdate Constructor Description RefDirectoryRename(RefDirectoryUpdate src, RefDirectoryUpdate dst)
-