Package org.guvnor.test
Class TestTempFileSystem
- java.lang.Object
-
- org.guvnor.test.TestTempFileSystem
-
public class TestTempFileSystem extends Object
-
-
Constructor Summary
Constructors Constructor Description TestTempFileSystem()
-
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()
-
-
-
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()
-
-