org.apache.commons.jci.stores
Interface ResourceStore
- All Known Implementing Classes:
- FileResourceStore, MemoryResourceStore, TransactionalResourceStore
public interface ResourceStore
A Store is where the compilers are storing the results
- Author:
- tcurdt
Method Summary |
byte[] |
read(java.lang.String pResourceName)
|
void |
remove(java.lang.String pResourceName)
|
void |
write(java.lang.String pResourceName,
byte[] pResourceData)
|
write
void write(java.lang.String pResourceName,
byte[] pResourceData)
read
byte[] read(java.lang.String pResourceName)
remove
void remove(java.lang.String pResourceName)
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.