Package org.kie.memorycompiler.resources
Class MemoryResourceStore
java.lang.Object
org.kie.memorycompiler.resources.MemoryResourceStore
- All Implemented Interfaces:
ResourceStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<PortablePath,byte[]> byte[]read(PortablePath resourcePath) voidremove(PortablePath resourcePath) voidwrite(PortablePath resourcePath, byte[] pResourceData) voidwrite(PortablePath resourcePath, byte[] pResourceData, boolean createFolder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.memorycompiler.resources.ResourceStore
read, remove, write, write
-
Constructor Details
-
MemoryResourceStore
public MemoryResourceStore()
-
-
Method Details
-
write
- Specified by:
writein interfaceResourceStore
-
write
- Specified by:
writein interfaceResourceStore
-
read
- Specified by:
readin interfaceResourceStore
-
remove
- Specified by:
removein interfaceResourceStore
-
getResources
-