Package 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 Description java.io.FilegetCurrentDir()java.io.FilegetFile(java.lang.String nameOrPath)static FileSystemgetInstance()static java.util.List<java.io.File>getPath(java.lang.String prop, boolean onlyDir)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
-
getPath
public static java.util.List<java.io.File> getPath(java.lang.String prop, boolean onlyDir)
-
reset
public void reset()
-
-