|
| FakeFileSystem (Object...namesAndContents) |
|
boolean | exists (String fileName) |
|
String[] | readLines (String fileName) throws FileNotFoundException, IOException |
|
String | read (String fileName) throws FileNotFoundException, IOException |
|
void | write (String fileName, String contents) |
|
String | parent (String filePath) |
|
void | mkdirs (String dirPath) |
|
|
final Map< String, String[]> | files |
|
rabbitescape.engine.util.FakeFileSystem.FakeFileSystem |
( |
Object... |
namesAndContents | ) |
|
boolean rabbitescape.engine.util.FakeFileSystem.exists |
( |
String |
fileName | ) |
|
void rabbitescape.engine.util.FakeFileSystem.mkdirs |
( |
String |
dirPath | ) |
|
String rabbitescape.engine.util.FakeFileSystem.parent |
( |
String |
filePath | ) |
|
String rabbitescape.engine.util.FakeFileSystem.read |
( |
String |
fileName | ) |
throws FileNotFoundException, IOException |
String [] rabbitescape.engine.util.FakeFileSystem.readLines |
( |
String |
fileName | ) |
throws FileNotFoundException, IOException |
void rabbitescape.engine.util.FakeFileSystem.write |
( |
String |
fileName, |
|
|
String |
contents |
|
) |
| |
final Map<String, String[]> rabbitescape.engine.util.FakeFileSystem.files |
|
private |
The documentation for this class was generated from the following file: