Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
read(java.lang.String pResourceName)
void
remove(java.lang.String pResourceName)
void
write(java.lang.String pResourceName, byte[] pResourceData)
-