Package org.uberfire.java.nio.fs.jgit
Class FileSystemLockManager
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.FileSystemLockManager
-
public class FileSystemLockManager extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSystemLockManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemLockgetFileSystemLock(File directory, String lockName, TimeUnit lastAccessTimeUnit, long lastAccessThreshold)static FileSystemLockManagergetInstance()
-
-
-
Method Detail
-
getInstance
public static FileSystemLockManager getInstance()
-
getFileSystemLock
public FileSystemLock getFileSystemLock(File directory, String lockName, TimeUnit lastAccessTimeUnit, long lastAccessThreshold)
-
-