org.codehaus.httpcache4j.cache
Class FileManager

java.lang.Object
  extended by org.codehaus.httpcache4j.cache.FileManager
All Implemented Interfaces:
Serializable

public final class FileManager
extends Object
implements Serializable

Version:
$Revision: #5 $ $Date: 2008/09/15 $
Author:
Erlend Hamnaberg
See Also:
Serialized Form

Constructor Summary
FileManager(File baseDirectory)
           
 
Method Summary
 void clear()
           
 File createFile(Key key, InputStream stream)
           
 File getBaseDirectory()
           
 void remove(Key key)
           
 File resolve(Key key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManager

public FileManager(File baseDirectory)
Method Detail

getBaseDirectory

public File getBaseDirectory()

createFile

public File createFile(Key key,
                       InputStream stream)
                throws IOException
Throws:
IOException

clear

public void clear()

remove

public void remove(Key key)

resolve

public File resolve(Key key)


Copyright © 2008-2011. All Rights Reserved.