| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
PollingStrategies.FilesystemWatchBuilder |
PollingStrategies.FilesystemWatchBuilder.executor(ScheduledExecutorService executor)
Sets a custom
executor used to watch filesystem changes on. |
PollingStrategies.FilesystemWatchBuilder |
PollingStrategies.FilesystemWatchBuilder.modifiers(WatchEvent.Modifier... modifiers)
Add modifiers to be used when registering the
WatchService. |
static PollingStrategies.FilesystemWatchBuilder |
PollingStrategies.watch(Path watchedPath)
Provides a filesystem watch polling strategy with a specified watched path.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.