| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Method | Description |
|---|---|---|
PathWatcher.Config |
PathWatcher.Config.asSubConfig(java.nio.file.Path dir) |
Build a new config from a this configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PathWatcher.prepareConfig(PathWatcher.Config baseDir) |
Register path in the config with the file watch service,
walking the tree if it happens to be a directory.
|
protected void |
PathWatcher.register(java.nio.file.Path dir,
PathWatcher.Config root) |
Register a path (directory) with the WatchService.
|
void |
PathWatcher.watch(PathWatcher.Config config) |
Request watch on a path with custom Config
provided.
|
| Constructor | Description |
|---|---|
DepthLimitedFileVisitor(PathWatcher watcher,
PathWatcher.Config base) |
Copyright © 1995–2018 Webtide. All rights reserved.