com.opensymphony.webwork.util.classloader.stores
Class FileResourceStore

java.lang.Object
  extended by com.opensymphony.webwork.util.classloader.stores.FileResourceStore
All Implemented Interfaces:
ResourceStore

public final class FileResourceStore
extends Object
implements ResourceStore

Author:
tcurdt

Constructor Summary
FileResourceStore(File pFile)
           
 
Method Summary
 byte[] read(String resourceName)
           
 void remove(String pResourceName)
           
 void write(String resourceName, byte[] clazzData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileResourceStore

public FileResourceStore(File pFile)
Method Detail

read

public byte[] read(String resourceName)
Specified by:
read in interface ResourceStore

write

public void write(String resourceName,
                  byte[] clazzData)
Specified by:
write in interface ResourceStore

remove

public void remove(String pResourceName)
Specified by:
remove in interface ResourceStore

WebWork Project Page