public class FileSystemTestingUtils extends Object
Constructor and Description |
---|
FileSystemTestingUtils() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
FileSystem |
getFileSystem() |
JGitFileSystemsCache.JGitFileSystemsCacheInfo |
getFSCacheInfo() |
IOService |
getIoService() |
JGitFileSystemProvider |
getProvider() |
void |
setProviderAsDefault() |
void |
setup() |
void |
setup(boolean initRepo) |
void |
setup(boolean initRepo,
String repoPath) |
void |
setup(String repoPath) |
FileSystem |
setupJGitRepository(String repoPath,
boolean initRepo) |
void |
shutDownProvider() |
public void setup() throws IOException
IOException
public void setup(boolean initRepo) throws IOException
IOException
public void setup(String repoPath) throws IOException
IOException
public void setup(boolean initRepo, String repoPath) throws IOException
IOException
public FileSystem setupJGitRepository(String repoPath, boolean initRepo)
public void setProviderAsDefault()
public void cleanup()
public void shutDownProvider()
public FileSystem getFileSystem()
public IOService getIoService()
public JGitFileSystemProvider getProvider()
public JGitFileSystemsCache.JGitFileSystemsCacheInfo getFSCacheInfo()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.