net.sourceforge.plantuml
Class FileSystem

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

public class FileSystem
extends java.lang.Object


Method Summary
 java.io.File getCurrentDir()
           
 java.io.File getFile(java.lang.String nameOrPath)
           
static FileSystem getInstance()
           
 void reset()
           
 void setCurrentDir(java.io.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(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

reset

public void reset()


Copyright © 2013. All Rights Reserved.