Uses of Interface
org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
Packages that use JGitFileSystem Package Description org.uberfire.java.nio.fs.jgit org.uberfire.java.nio.fs.jgit.manager org.uberfire.java.nio.fs.jgit.util -
-
Uses of JGitFileSystem in org.uberfire.java.nio.fs.jgit
Classes in org.uberfire.java.nio.fs.jgit that implement JGitFileSystem Modifier and Type Class Description classJGitFileSystemImplclassJGitFileSystemProxyMethods in org.uberfire.java.nio.fs.jgit that return JGitFileSystem Modifier and Type Method Description JGitFileSystemJGitFileSystemProxy. getRealJGitFileSystem()JGitFileSystemJGitFileSystemProvider.RepositoryResolverImpl. resolveFileSystem(org.eclipse.jgit.lib.Repository repository)Methods in org.uberfire.java.nio.fs.jgit with parameters of type JGitFileSystem Modifier and Type Method Description static JGitPathImplJGitPathImpl. create(JGitFileSystem fs, String path, String host, boolean isRealPath)static JGitPathImplJGitPathImpl. create(JGitFileSystem fs, String path, String host, org.eclipse.jgit.lib.ObjectId id, boolean isRealPath)static JGitPathImplJGitPathImpl. createFSDirect(JGitFileSystem fs)static JGitPathImplJGitPathImpl. createRoot(JGitFileSystem fs, String path, String host, boolean isRealPath)voidJGitFileSystemProvider. executePostCommitHook(JGitFileSystem fileSystem)protected org.uberfire.java.nio.file.PathJGitPathImpl. newPath(JGitFileSystem fs, String substring, String host, boolean isRealPath, boolean isNormalized)protected org.uberfire.java.nio.file.PathJGitPathImpl. newRoot(JGitFileSystem fs, String substring, String host, boolean realPath)voidJGitFileSystemProvider. onCloseFileSystem(JGitFileSystem fileSystem)voidJGitFileSystemProvider. onDisposeFileSystem(JGitFileSystem fileSystem)protected org.uberfire.java.nio.base.AbstractPath.RootInfoJGitPathImpl. setupRoot(JGitFileSystem fs, String pathx, String host, boolean isRoot)Constructors in org.uberfire.java.nio.fs.jgit with parameters of type JGitFileSystem Constructor Description JGitFSPath(JGitFileSystem fs)Constructor parameters in org.uberfire.java.nio.fs.jgit with type arguments of type JGitFileSystem Constructor Description JGitFileSystemProxy(String fsName, Supplier<JGitFileSystem> cachedSupplier) -
Uses of JGitFileSystem in org.uberfire.java.nio.fs.jgit.manager
Methods in org.uberfire.java.nio.fs.jgit.manager that return JGitFileSystem Modifier and Type Method Description JGitFileSystemJGitFileSystemsCache. get(String fsName)JGitFileSystemJGitFileSystemsManager. get(String fsName)JGitFileSystemJGitFileSystemsManager. get(org.eclipse.jgit.lib.Repository db)Methods in org.uberfire.java.nio.fs.jgit.manager that return types with arguments of type JGitFileSystem Modifier and Type Method Description static Map<String,Supplier<JGitFileSystem>>JGitFileSystemsCacheDataStructure. create(JGitFileSystemProviderConfiguration config)Set<JGitFileSystem>JGitFileSystemsManager. getOpenFileSystems()Methods in org.uberfire.java.nio.fs.jgit.manager with parameters of type JGitFileSystem Modifier and Type Method Description voidJGitFileSystemsManager. addClosedFileSystems(JGitFileSystem fileSystem)voidJGitFileSystemsManager. updateFSCacheEntry(String fsKey, JGitFileSystem jGitFileSystem)Method parameters in org.uberfire.java.nio.fs.jgit.manager with type arguments of type JGitFileSystem Modifier and Type Method Description voidJGitFileSystemsCache. addSupplier(String fsKey, Supplier<JGitFileSystem> createFSSupplier)voidJGitFileSystemsCache. replaceSupplier(String fsKey, Supplier<JGitFileSystem> fsSupplier) -
Uses of JGitFileSystem in org.uberfire.java.nio.fs.jgit.util
Methods in org.uberfire.java.nio.fs.jgit.util with parameters of type JGitFileSystem Modifier and Type Method Description voidGitHookSupport. executePostCommitHook(JGitFileSystem fileSystem)
-