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.LockTokenLockFile. 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.LockTokenFS_POSIX. createNewFileAtomic(java.io.File file)Create a new file.FS.LockTokenFS. createNewFileAtomic(java.io.File path)Create a new file.private static FS.LockTokenFS_POSIX. token(boolean created, java.nio.file.Path p)
-