public class FileSystem extends Object
| Modifier and Type | Method and Description |
|---|---|
File |
getCurrentDir() |
File |
getFile(String nameOrPath) |
static FileSystem |
getInstance() |
void |
reset() |
void |
setCurrentDir(File dir) |
public static FileSystem getInstance()
public void setCurrentDir(File dir)
public File getCurrentDir()
public File getFile(String nameOrPath) throws IOException
IOExceptionpublic void reset()
Copyright © 2017. All rights reserved.