Class KieFileSystemScannerImpl
java.lang.Object
org.drools.compiler.kie.builder.impl.AbstractKieScanner<InternalKieModule>
org.drools.compiler.kie.builder.impl.KieFileSystemScannerImpl
- All Implemented Interfaces:
KieScanner
public class KieFileSystemScannerImpl
extends AbstractKieScanner<InternalKieModule>
implements KieScanner
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.api.builder.KieScanner
KieScanner.Status -
Field Summary
Fields inherited from class org.drools.compiler.kie.builder.impl.AbstractKieScanner
kieContainer, listeners -
Constructor Summary
ConstructorsConstructorDescriptionKieFileSystemScannerImpl(KieContainer kieContainer, String repositoryFolder) -
Method Summary
Modifier and TypeMethodDescriptionprotected InternalKieModuleprotected voidinternalUpdate(InternalKieModule kmodule) Methods inherited from class org.drools.compiler.kie.builder.impl.AbstractKieScanner
addListener, changeStatus, getCurrentReleaseId, getListeners, getPollingInterval, getScannerReleaseId, getStatus, removeListener, scanNow, shutdown, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.builder.KieScanner
addListener, getListeners, removeListener, scanNow, shutdown, start, stop
-
Constructor Details
-
KieFileSystemScannerImpl
-
-
Method Details
-
internalScan
- Specified by:
internalScanin classAbstractKieScanner<InternalKieModule>
-
internalUpdate
- Specified by:
internalUpdatein classAbstractKieScanner<InternalKieModule>
-