net.sourceforge.plantuml
Class FileSystem
- java.lang.Object
-
- net.sourceforge.plantuml.FileSystem
-
public class FileSystem extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.io.FilegetCurrentDir()java.io.FilegetFile(java.lang.String nameOrPath)static FileSystemgetInstance()voidreset()voidsetCurrentDir(java.io.File dir)
-
-
-
Method Detail
-
getInstance
public static FileSystem getInstance()
-
setCurrentDir
public void setCurrentDir(java.io.File dir)
-
getCurrentDir
public java.io.File getCurrentDir()
-
getFile
public java.io.File getFile(java.lang.String nameOrPath) throws java.io.IOException- Throws:
java.io.IOException
-
reset
public void reset()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG