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.File
getCurrentDir()
java.io.File
getFile(java.lang.String nameOrPath)
static FileSystem
getInstance()
static java.util.List<java.io.File>
getPath(java.lang.String prop, boolean onlyDir)
void
reset()
void
setCurrentDir(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()
-
-