| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Field and Description |
|---|---|
protected PathWatcher.Config |
PathWatcher.Config.parent |
| Modifier and Type | Method and Description |
|---|---|
PathWatcher.Config |
PathWatcher.Config.asSubConfig(Path dir)
Build a new config from a this configuration.
|
PathWatcher.Config |
PathWatcher.PathWatchEvent.getConfig() |
PathWatcher.Config |
PathWatcher.Config.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PathWatcher.Config> |
PathWatcher.getConfigs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PathWatcher.register(Path path,
PathWatcher.Config config) |
void |
PathWatcher.watch(PathWatcher.Config config)
Request watch on a path with custom Config
provided.
|
| Constructor and Description |
|---|
Config(Path path,
PathWatcher.Config parent) |
PathWatchEvent(Path path,
PathWatcher.PathWatchEventType type,
PathWatcher.Config config) |
PathWatchEvent(Path path,
WatchEvent<Path> event,
PathWatcher.Config config) |
Copyright © 1995–2018 Webtide. All rights reserved.