Package org.kie.memorycompiler.resources
Interface ResourceStore
-
- All Known Implementing Classes:
MemoryResourceStore
public interface ResourceStoreA Store is where the compilers are storing the results
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]read(String pResourceName)voidremove(String pResourceName)voidwrite(String pResourceName, byte[] pResourceData)voidwrite(String pResourceName, byte[] pResourceData, boolean createFolder)
-