Uses of Class
org.hotswap.agent.annotation.handler.PluginAnnotation
-
Packages that use PluginAnnotation Package Description org.hotswap.agent.annotation.handler -
-
Uses of PluginAnnotation in org.hotswap.agent.annotation.handler
Methods in org.hotswap.agent.annotation.handler with parameters of type PluginAnnotation Modifier and Type Method Description static <T extends Annotation>
WatchEventCommand<T>WatchEventCommand. createCmdForEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)booleanInitHandler. initField(PluginAnnotation pluginAnnotation)booleanOnClassLoadedHandler. initField(PluginAnnotation<OnClassLoadEvent> pluginAnnotation)booleanPluginHandler. initField(PluginAnnotation<T> pluginAnnotation)Initialization for field annotations.booleanWatchHandler. initField(PluginAnnotation<T> pluginAnnotation)booleanInitHandler. initMethod(PluginAnnotation pluginAnnotation)booleanOnClassLoadedHandler. initMethod(PluginAnnotation<OnClassLoadEvent> pluginAnnotation)booleanPluginHandler. initMethod(PluginAnnotation<T> pluginAnnotation)Initialization for method annotations.booleanWatchHandler. initMethod(PluginAnnotation<T> pluginAnnotation)voidWatchEventCommand. onWatchEvent(PluginAnnotation<T> pluginAnnotation, WatchFileEvent event, ClassLoader classLoader)Run plugin the method.protected booleanInitHandler. registerClassLoaderInit(PluginAnnotation pluginAnnotation)Register on classloader init event - call the @Init static method.Constructors in org.hotswap.agent.annotation.handler with parameters of type PluginAnnotation Constructor Description PluginClassFileTransformer(PluginManager pluginManager, PluginAnnotation<OnClassLoadEvent> pluginAnnotation)
-