public class TestFileSystem extends CDITestSetup
beanManager, fileSystemProvider, paths| Constructor and Description |
|---|
TestFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.backend.vfs.Path |
createTempDirectory(String fullDirectoryName) |
org.uberfire.backend.vfs.Path |
createTempFile(String fullFileName) |
void |
deleteFile(org.uberfire.backend.vfs.Path path) |
File |
getFile(org.uberfire.backend.vfs.Path path) |
void |
tearDown() |
cleanup, getReference, setUppublic org.uberfire.backend.vfs.Path createTempFile(String fullFileName) throws IOException
IOExceptionpublic org.uberfire.backend.vfs.Path createTempDirectory(String fullDirectoryName) throws IOException
IOExceptionpublic void deleteFile(org.uberfire.backend.vfs.Path path)
public File getFile(org.uberfire.backend.vfs.Path path)
public void tearDown()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.