net.sourceforge.plantuml
Class FileSystem

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

public class FileSystem
extends Object


Method Summary
 File getCurrentDir()
           
 File getFile(String nameOrPath)
           
static FileSystem getInstance()
           
 void reset()
           
 void setCurrentDir(File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FileSystem getInstance()

setCurrentDir

public void setCurrentDir(File dir)

getCurrentDir

public File getCurrentDir()

getFile

public File getFile(String nameOrPath)
             throws IOException
Throws:
IOException

reset

public void reset()


Copyright © 2012. All Rights Reserved.