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

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

public final class MemoryResourceStore
extends Object
implements ResourceStore

Author:
tcurdt

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

Constructor Detail

MemoryResourceStore

public MemoryResourceStore()
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 resourceName)
Specified by:
remove in interface ResourceStore

toString

public String toString()
Overrides:
toString in class Object

WebWork Project Page