Uses of Class
org.eclipse.jgit.util.FS.LockToken
-
Packages that use FS.LockToken Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.util Utility classes. -
-
Uses of FS.LockToken in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FS.LockToken Modifier and Type Field Description private FS.LockToken
LockFile. token
-
Uses of FS.LockToken in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FS.LockToken Modifier and Type Method Description FS.LockToken
FS_POSIX. createNewFileAtomic(java.io.File file)
Create a new file.FS.LockToken
FS. createNewFileAtomic(java.io.File path)
Create a new file.private static FS.LockToken
FS_POSIX. token(boolean created, java.nio.file.Path p)
-