| Package | Description |
|---|---|
| org.hotswap.agent.config | |
| org.hotswap.agent.util.classloader | |
| org.hotswap.agent.watch | |
| org.hotswap.agent.watch.nio |
| Modifier and Type | Field and Description |
|---|---|
protected Watcher |
PluginManager.watcher |
| Modifier and Type | Method and Description |
|---|---|
Watcher |
PluginManager.getWatcher()
Returns the watcher service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchResourcesClassLoader.initWatchResources(URL[] watchResources,
Watcher watcher)
Configure new instance with urls and watcher service.
|
| Modifier and Type | Method and Description |
|---|---|
Watcher |
WatcherFactory.getWatcher() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNIO2Watcher
NIO2 watcher implementation for systems which support
ExtendedWatchEventModifier.FILE_TREE
Java 7 (NIO2) watch a directory (or tree) for changes to files.
|
class |
TreeWatcherNIO
NIO2 watcher implementation for systems which support
ExtendedWatchEventModifier.FILE_TREE (windows)
Java 7 (NIO2) watch a directory (or tree) for changes to files.
|
class |
WatcherNIO2
NIO2 watcher implementation.
|
Copyright © 2018. All rights reserved.