| 程序包 | 说明 |
|---|---|
| com.jn.langx.java8.util.io |
| 限定符和类型 | 字段和说明 |
|---|---|
protected PathWatcher.Config |
PathWatcher.Config.parent |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<PathWatcher.Config> |
PathWatcher.getConfigs() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
PathWatcher.register(Path path,
PathWatcher.Config config) |
void |
PathWatcher.watch(PathWatcher.Config config)
Request watch on a path with custom Config
provided.
|
| 构造器和说明 |
|---|
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 © 2022. All rights reserved.