Package org.guvnor.test
Class TestFileSystem
- java.lang.Object
-
- org.guvnor.test.CDITestSetup
-
- org.guvnor.test.TestFileSystem
-
public class TestFileSystem extends CDITestSetup
-
-
Field Summary
-
Fields inherited from class org.guvnor.test.CDITestSetup
beanManager, fileSystemProvider, paths
-
-
Constructor Summary
Constructors Constructor Description TestFileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.backend.vfs.PathcreateTempDirectory(String fullDirectoryName)org.uberfire.backend.vfs.PathcreateTempFile(String fullFileName)voiddeleteFile(org.uberfire.backend.vfs.Path path)FilegetFile(org.uberfire.backend.vfs.Path path)voidtearDown()-
Methods inherited from class org.guvnor.test.CDITestSetup
cleanup, getReference, setUp
-
-
-
-
Method Detail
-
createTempFile
public org.uberfire.backend.vfs.Path createTempFile(String fullFileName) throws IOException
- Throws:
IOException
-
createTempDirectory
public org.uberfire.backend.vfs.Path createTempDirectory(String fullDirectoryName) throws IOException
- Throws:
IOException
-
deleteFile
public void deleteFile(org.uberfire.backend.vfs.Path path)
-
getFile
public File getFile(org.uberfire.backend.vfs.Path path)
-
tearDown
public void tearDown()
-
-