org.jrdf.util
Class TempDirectoryHandler

java.lang.Object
  extended by org.jrdf.util.TempDirectoryHandler
All Implemented Interfaces:
DirectoryHandler

public class TempDirectoryHandler
extends Object
implements DirectoryHandler


Constructor Summary
TempDirectoryHandler()
           
 
Method Summary
 File getDir()
           
 File makeChildDir(String child)
           
 File makeDir()
           
 boolean removeDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempDirectoryHandler

public TempDirectoryHandler()
Method Detail

getDir

public File getDir()
Specified by:
getDir in interface DirectoryHandler

makeDir

public File makeDir()
Specified by:
makeDir in interface DirectoryHandler

makeChildDir

public File makeChildDir(String child)
Specified by:
makeChildDir in interface DirectoryHandler

removeDir

public boolean removeDir()
Specified by:
removeDir in interface DirectoryHandler