|
boolean | exists (String fileName) |
|
String[] | readLines (String fileName) throws FileNotFoundException, IOException |
|
String | read (String filePath) throws FileNotFoundException, IOException |
|
void | write (String fileName, String contents) |
|
String | parent (String filePath) |
|
void | mkdirs (String parent) |
|
boolean rabbitescape.engine.util.NothingExistsFileSystem.exists |
( |
String |
fileName | ) |
|
void rabbitescape.engine.util.NothingExistsFileSystem.mkdirs |
( |
String |
parent | ) |
|
String rabbitescape.engine.util.NothingExistsFileSystem.parent |
( |
String |
filePath | ) |
|
String rabbitescape.engine.util.NothingExistsFileSystem.read |
( |
String |
filePath | ) |
throws FileNotFoundException, IOException |
String [] rabbitescape.engine.util.NothingExistsFileSystem.readLines |
( |
String |
fileName | ) |
throws FileNotFoundException, IOException |
void rabbitescape.engine.util.NothingExistsFileSystem.write |
( |
String |
fileName, |
|
|
String |
contents |
|
) |
| |
The documentation for this class was generated from the following file: