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) |
public JGitFileSystemsCache(JGitFileSystemProviderConfiguration config)
public void addSupplier(String fsKey, Supplier<JGitFileSystem> createFSSupplier)
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–2019 JBoss by Red Hat. All rights reserved.