com.opensymphony.webwork.util.classloader.stores
Class FileResourceStore
java.lang.Object
com.opensymphony.webwork.util.classloader.stores.FileResourceStore
- All Implemented Interfaces:
- ResourceStore
public final class FileResourceStore
- extends Object
- implements ResourceStore
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileResourceStore
public FileResourceStore(File pFile)
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