Package net.sourceforge.plantuml
Class FileSystem
- java.lang.Object
-
- net.sourceforge.plantuml.FileSystem
-
public class FileSystem extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SFile
getCurrentDir()
SFile
getFile(String nameOrPath)
static FileSystem
getInstance()
void
reset()
void
setCurrentDir(SFile dir)
-
-
-
Method Detail
-
getInstance
public static FileSystem getInstance()
-
setCurrentDir
public void setCurrentDir(SFile dir)
-
getCurrentDir
public SFile getCurrentDir()
-
getFile
public SFile getFile(String nameOrPath) throws IOException
- Throws:
IOException
-
reset
public void reset()
-
-