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
IOException
public void reset()
Copyright © 2015. All Rights Reserved.