Class DiskResourceReader
java.lang.Object
org.drools.compiler.kie.builder.impl.DiskResourceReader
- All Implemented Interfaces:
ResourceReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes(org.drools.util.PortablePath resourcePath) Collection<org.drools.util.PortablePath>booleanisAvailable(org.drools.util.PortablePath resourcePath) voidmark()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
-
DiskResourceReader
-
-
Method Details
-
isAvailable
public boolean isAvailable(org.drools.util.PortablePath resourcePath) - Specified by:
isAvailablein interfaceResourceReader
-
getBytes
public byte[] getBytes(org.drools.util.PortablePath resourcePath) - Specified by:
getBytesin interfaceResourceReader
-
getFilePaths
- Specified by:
getFilePathsin interfaceResourceReader
-
mark
public void mark()- Specified by:
markin interfaceResourceReader
-
getModifiedResourcesSinceLastMark
- Specified by:
getModifiedResourcesSinceLastMarkin interfaceResourceReader
-