Uses of Interface
org.hotswap.agent.watch.WatchFileEvent
-
Packages that use WatchFileEvent Package Description org.hotswap.agent.annotation.handler org.hotswap.agent.watch org.hotswap.agent.watch.nio -
-
Uses of WatchFileEvent in org.hotswap.agent.annotation.handler
Methods in org.hotswap.agent.annotation.handler with parameters of type WatchFileEvent Modifier and Type Method Description booleanWatchEventDTO. accept(WatchFileEvent event)Check if this handler supports actual event.static <T extends Annotation>
WatchEventCommand<T>WatchEventCommand. createCmdForEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)voidWatchEventCommand. onWatchEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)Run plugin the method. -
Uses of WatchFileEvent in org.hotswap.agent.watch
Methods in org.hotswap.agent.watch with parameters of type WatchFileEvent Modifier and Type Method Description voidWatchEventListener. onEvent(WatchFileEvent event)File/Directory is created/modified/deleted. -
Uses of WatchFileEvent in org.hotswap.agent.watch.nio
Classes in org.hotswap.agent.watch.nio that implement WatchFileEvent Modifier and Type Class Description classHotswapWatchFileEventFilesystem event.
-