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
IOExceptionpublic void setup(boolean initRepo)
throws IOException
IOExceptionpublic void setup(String repoPath) throws IOException
IOExceptionpublic void setup(boolean initRepo,
String repoPath)
throws IOException
IOExceptionpublic 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–2020 JBoss by Red Hat. All rights reserved.