Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit | |
org.uberfire.java.nio.fs.jgit.manager |
Modifier and Type | Class and Description |
---|---|
class |
JGitFileSystemImpl |
class |
JGitFileSystemProxy |
Modifier and Type | Method and Description |
---|---|
JGitFileSystem |
JGitFileSystemProxy.getRealJGitFileSystem() |
JGitFileSystem |
JGitFileSystemProvider.RepositoryResolverImpl.resolveFileSystem(org.eclipse.jgit.lib.Repository repository) |
Modifier and Type | Method and Description |
---|---|
static JGitPathImpl |
JGitPathImpl.create(JGitFileSystem fs,
String path,
String host,
boolean isRealPath) |
static JGitPathImpl |
JGitPathImpl.create(JGitFileSystem fs,
String path,
String host,
org.eclipse.jgit.lib.ObjectId id,
boolean isRealPath) |
static JGitPathImpl |
JGitPathImpl.createFSDirect(JGitFileSystem fs) |
static JGitPathImpl |
JGitPathImpl.createRoot(JGitFileSystem fs,
String path,
String host,
boolean isRealPath) |
protected Path |
JGitPathImpl.newPath(JGitFileSystem fs,
String substring,
String host,
boolean isRealPath,
boolean isNormalized) |
protected Path |
JGitPathImpl.newRoot(JGitFileSystem fs,
String substring,
String host,
boolean realPath) |
void |
JGitFileSystemProvider.onCloseFileSystem(JGitFileSystem fileSystem) |
void |
JGitFileSystemProvider.onDisposeFileSystem(JGitFileSystem fileSystem) |
protected AbstractPath.RootInfo |
JGitPathImpl.setupRoot(JGitFileSystem fs,
String pathx,
String host,
boolean isRoot) |
Constructor and Description |
---|
JGitFSPath(JGitFileSystem fs) |
Constructor and Description |
---|
JGitFileSystemProxy(String fsName,
Supplier<JGitFileSystem> cachedSupplier) |
Modifier and Type | Method and Description |
---|---|
JGitFileSystem |
JGitFileSystemsManager.get(org.eclipse.jgit.lib.Repository db) |
JGitFileSystem |
JGitFileSystemsCache.get(String fsName) |
JGitFileSystem |
JGitFileSystemsManager.get(String fsName) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Supplier<JGitFileSystem>> |
JGitFileSystemsCacheDataStructure.create(JGitFileSystemProviderConfiguration config) |
Set<JGitFileSystem> |
JGitFileSystemsManager.getOpenFileSystems() |
Modifier and Type | Method and Description |
---|---|
void |
JGitFileSystemsManager.addClosedFileSystems(JGitFileSystem fileSystem) |
Modifier and Type | Method and Description |
---|---|
void |
JGitFileSystemsCache.addSupplier(String fsKey,
Supplier<JGitFileSystem> createFSSupplier) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.