public class WatchEventCommand<T extends Annotation> extends MergeableCommand
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
createCmdForEvent(PluginAnnotation<T> pluginAnnotation,
WatchFileEvent event,
ClassLoader classLoader) |
boolean |
equals(Object o) |
void |
executeCommand()
Execute the command.
|
int |
hashCode() |
void |
onWatchEvent(PluginAnnotation<T> pluginAnnotation,
WatchFileEvent event,
ClassLoader classLoader)
Run plugin the method.
|
String |
toString() |
getMergedCommands, merge, popMergedCommandspublic static <T extends Annotation> WatchEventCommand<T> createCmdForEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)
public void executeCommand()
Commandpublic void onWatchEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)
Copyright © 2018. All rights reserved.