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 SFilegetCurrentDir()SFilegetFile(String nameOrPath)static FileSystemgetInstance()voidreset()voidsetCurrentDir(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()
-
-