Class FileSystem

java.lang.Object
net.sourceforge.plantuml.FileSystem

public class FileSystem extends Object
  • Method Details

    • 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()