Package org.kie.memorycompiler.resources
Interface ResourceStore
- All Known Implementing Classes:
MemoryResourceStore
public interface ResourceStore
A Store is where the compilers are storing the results
-
Method Summary
Modifier and TypeMethodDescriptiondefault byte[]byte[]read(PortablePath resourcePath) default voidvoidremove(PortablePath resourcePath) default voiddefault voidvoidwrite(PortablePath resourcePath, byte[] pResourceData) voidwrite(PortablePath resourcePath, byte[] pResourceData, boolean createFolder)
-
Method Details
-
write
-
write
-
write
-
write
-
read
-
read
-
remove
-
remove
-