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 TypeMethodDescriptionvoidAbstractScriptDependencyTracker.processWatchEvent(WatchService.Kind kind, Path fullPath) voidAbstractScriptFileWatcher.processWatchEvent(WatchService.Kind kind, Path fullPath) -
Uses of WatchService.Kind in org.openhab.core.service
Methods in org.openhab.core.service that return WatchService.KindModifier and TypeMethodDescriptionstatic WatchService.KindReturns 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 TypeMethodDescriptionvoidWatchService.WatchEventListener.processWatchEvent(WatchService.Kind kind, Path fullPath) 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 TypeMethodDescriptionvoidFileTransformationProvider.processWatchEvent(WatchService.Kind kind, Path fullPath)