Uses of Class
org.eclipse.jetty.util.PathWatcher.Config
-
Uses of PathWatcher.Config in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionPathWatcher.Config.asSubConfig
(Path dir) Build a new config from a this configuration.PathWatcher.PathWatchEvent.getConfig()
PathWatcher.Config.getParent()
Modifier and TypeMethodDescriptionprotected void
PathWatcher.register
(Path path, PathWatcher.Config config) void
PathWatcher.watch
(PathWatcher.Config config) Request watch on a path with custom Config provided.ModifierConstructorDescriptionConfig
(Path path, PathWatcher.Config parent) PathWatchEvent
(Path path, WatchEvent<Path> event, PathWatcher.Config config) PathWatchEvent
(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)