public interface KieScanner
Modifier and Type | Method and Description |
---|---|
void |
scanNow()
Triggers a synchronous scan
|
void |
shutdown()
Shuts down the scanner and releases any resources held.
|
void |
start(long pollingInterval)
Starts this KieScanner polling the maven repositories with the given interval expressed in milliseconds
throws An IllegalStateException if this KieScanner has been already started
|
void |
stop()
Stops this KieScanner, but does not release the resources.
|
void start(long pollingInterval)
void stop()
start(long)
will
resume the scanner's work after a call to stop()
void shutdown()
void scanNow()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.