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