Class FileSystem

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

public class FileSystem extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getFile(java.lang.String nameOrPath)
     
    static FileSystem
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static FileSystem getInstance()
    • setCurrentDir

      public void setCurrentDir(SFile dir)
    • getCurrentDir

      public SFile getCurrentDir()
    • getFile

      public SFile getFile(java.lang.String nameOrPath) throws java.io.IOException
      Throws:
      java.io.IOException
    • reset

      public void reset()