Package org.openhab.core.automation.module.script.rulesupport.loader
package org.openhab.core.automation.module.script.rulesupport.loader
-
ClassDescriptionThe
AbstractScriptDependencyTracker
tracks dependencies between scripts and reloads dependees It needs to be sub-classed for eachScriptEngineFactory
that wants to support dependency trackingTheAbstractScriptFileWatcher
is default implementation for watching a directory for files.TheScriptFileWatcher
interface needs to be implemented by script file watchers.