| Package | Description |
|---|---|
| org.hotswap.agent.annotation.handler | |
| org.hotswap.agent.watch | |
| org.hotswap.agent.watch.nio |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WatchEventDTO.accept(WatchFileEvent event)
Check if this handler supports actual event.
|
static <T extends Annotation> |
WatchEventCommand.createCmdForEvent(PluginAnnotation<T> pluginAnnotation,
WatchFileEvent event,
ClassLoader classLoader) |
void |
WatchEventCommand.onWatchEvent(PluginAnnotation<T> pluginAnnotation,
WatchFileEvent event,
ClassLoader classLoader)
Run plugin the method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchEventListener.onEvent(WatchFileEvent event)
File/Directory is created/modified/deleted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HotswapWatchFileEvent
Filesystem event.
|
Copyright © 2018. All rights reserved.