Uses of Class
org.uberfire.java.nio.fs.jgit.JGitFileSystemProviderConfiguration
-
Packages that use JGitFileSystemProviderConfiguration Package Description org.uberfire.java.nio.fs.jgit org.uberfire.java.nio.fs.jgit.manager -
-
Uses of JGitFileSystemProviderConfiguration in org.uberfire.java.nio.fs.jgit
Methods in org.uberfire.java.nio.fs.jgit that return JGitFileSystemProviderConfiguration Modifier and Type Method Description JGitFileSystemProviderConfigurationJGitFileSystemProvider. getConfig()Constructors in org.uberfire.java.nio.fs.jgit with parameters of type JGitFileSystemProviderConfiguration Constructor Description JGitSSHConfigSessionFactory(JGitFileSystemProviderConfiguration config) -
Uses of JGitFileSystemProviderConfiguration in org.uberfire.java.nio.fs.jgit.manager
Methods in org.uberfire.java.nio.fs.jgit.manager with parameters of type JGitFileSystemProviderConfiguration Modifier and Type Method Description static Map<String,Supplier<JGitFileSystem>>JGitFileSystemsCacheDataStructure. create(JGitFileSystemProviderConfiguration config)Constructors in org.uberfire.java.nio.fs.jgit.manager with parameters of type JGitFileSystemProviderConfiguration Constructor Description JGitFileSystemsCache(JGitFileSystemProviderConfiguration config)JGitFileSystemsManager(JGitFileSystemProvider jGitFileSystemProvider, JGitFileSystemProviderConfiguration config)
-