Uses of Class
org.uberfire.java.nio.fs.jgit.JGitFileSystemLock
-
Packages that use JGitFileSystemLock Package Description org.uberfire.java.nio.fs.jgit -
-
Uses of JGitFileSystemLock in org.uberfire.java.nio.fs.jgit
Methods in org.uberfire.java.nio.fs.jgit that return JGitFileSystemLock Modifier and Type Method Description JGitFileSystemLockJGitFileSystemImpl. getLock()Constructors in org.uberfire.java.nio.fs.jgit with parameters of type JGitFileSystemLock Constructor Description JGitFileSystemImpl(JGitFileSystemProvider provider, Map<String,String> fullHostNames, Git git, JGitFileSystemLock lock, String name, org.eclipse.jgit.transport.CredentialsProvider credential, JGitFileSystemsEventsManager fsEventsManager, Map<org.uberfire.java.nio.file.extensions.FileSystemHooks,?> fsHooks)
-