Uses of Enum Class
org.openhab.core.service.WatchService.Kind
Packages that use WatchService.Kind
Package
Description
-
Uses of WatchService.Kind in org.openhab.core.automation.module.script.rulesupport.loader
Methods in org.openhab.core.automation.module.script.rulesupport.loader with parameters of type WatchService.KindModifier and TypeMethodDescriptionvoid
AbstractScriptDependencyTracker.processWatchEvent
(WatchService.Kind kind, Path path) void
AbstractScriptFileWatcher.processWatchEvent
(WatchService.Kind kind, Path path) -
Uses of WatchService.Kind in org.openhab.core.service
Methods in org.openhab.core.service that return WatchService.KindModifier and TypeMethodDescriptionstatic WatchService.Kind
Returns the enum constant of this class with the specified name.static WatchService.Kind[]
WatchService.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.service with parameters of type WatchService.KindModifier and TypeMethodDescriptionvoid
WatchService.WatchEventListener.processWatchEvent
(WatchService.Kind kind, Path path) Notify Listener about watch event -
Uses of WatchService.Kind in org.openhab.core.transform
Methods in org.openhab.core.transform with parameters of type WatchService.KindModifier and TypeMethodDescriptionvoid
FileTransformationProvider.processWatchEvent
(WatchService.Kind kind, Path path)