public class JGitFileSystemsCache extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JGitFileSystemsCache.JGitFileSystemsCacheInfo |
| Constructor and Description |
|---|
JGitFileSystemsCache(JGitFileSystemProviderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSupplier(String fsKey,
Supplier<JGitFileSystem> createFSSupplier) |
void |
clear() |
boolean |
containsKey(String fsName) |
JGitFileSystem |
get(String fsName) |
JGitFileSystemsCache.JGitFileSystemsCacheInfo |
getCacheInfo() |
Collection<String> |
getFileSystems() |
void |
remove(String fsName) |
void |
replaceSupplier(String fsKey,
Supplier<JGitFileSystem> fsSupplier) |
public JGitFileSystemsCache(JGitFileSystemProviderConfiguration config)
public void addSupplier(String fsKey, Supplier<JGitFileSystem> createFSSupplier)
public void replaceSupplier(String fsKey, Supplier<JGitFileSystem> fsSupplier)
public void remove(String fsName)
public JGitFileSystem get(String fsName)
public void clear()
public boolean containsKey(String fsName)
public Collection<String> getFileSystems()
public JGitFileSystemsCache.JGitFileSystemsCacheInfo getCacheInfo()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.