Uses of Class
org.eclipse.jetty.util.PathWatcher.Config
Packages that use PathWatcher.Config
-
Uses of PathWatcher.Config in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as PathWatcher.ConfigModifier and TypeFieldDescriptionprivate final PathWatcher.Config
PathWatcher.PathWatchEvent.config
protected final PathWatcher.Config
PathWatcher.Config.parent
Fields in org.eclipse.jetty.util with type parameters of type PathWatcher.ConfigModifier and TypeFieldDescriptionprivate final List<PathWatcher.Config>
PathWatcher.configs
private final Map<WatchKey,
PathWatcher.Config> PathWatcher.keys
Methods in org.eclipse.jetty.util that return PathWatcher.ConfigModifier and TypeMethodDescriptionPathWatcher.Config.asSubConfig
(Path dir) Build a new config from a this configuration.PathWatcher.PathWatchEvent.getConfig()
PathWatcher.Config.getParent()
Methods in org.eclipse.jetty.util that return types with arguments of type PathWatcher.ConfigMethods in org.eclipse.jetty.util with parameters of type PathWatcher.ConfigModifier and TypeMethodDescriptionprotected void
PathWatcher.register
(Path path, PathWatcher.Config config) private void
PathWatcher.register
(Path path, PathWatcher.Config config, WatchEvent.Kind<?>[] kinds) private void
PathWatcher.registerDir
(Path path, PathWatcher.Config config) private void
PathWatcher.registerTree
(Path dir, PathWatcher.Config config, boolean notify) void
PathWatcher.watch
(PathWatcher.Config config) Request watch on a path with custom Config provided.Constructors in org.eclipse.jetty.util with parameters of type PathWatcher.ConfigModifierConstructorDescriptionConfig
(Path path, PathWatcher.Config parent) PathWatchEvent
(Path path, WatchEvent<Path> event, PathWatcher.Config config) PathWatchEvent
(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)