Package org.kie.memorycompiler.resources
Class MemoryResourceReader
java.lang.Object
org.kie.memorycompiler.resources.MemoryResourceReader
- All Implemented Interfaces:
ResourceReader
A memory based reader to compile from memory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbyte[]getBytes(PortablePath path) booleanisAvailable(PortablePath path) voidmark()voidremove(PortablePath path) 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.ResourceReader
getBytes, isAvailable
-
Constructor Details
-
MemoryResourceReader
public MemoryResourceReader()
-
-
Method Details
-
isAvailable
- Specified by:
isAvailablein interfaceResourceReader
-
add
-
remove
-
mark
public void mark()- Specified by:
markin interfaceResourceReader
-
getModifiedResourcesSinceLastMark
- Specified by:
getModifiedResourcesSinceLastMarkin interfaceResourceReader
-
getBytes
- Specified by:
getBytesin interfaceResourceReader
-
getFilePaths
- Specified by:
getFilePathsin interfaceResourceReader
-