Uses of Class
org.hotswap.agent.config.PluginManager
-
Packages that use PluginManager Package Description org.hotswap.agent.annotation.handler org.hotswap.agent.config org.hotswap.agent.plugin.watchResources -
-
Uses of PluginManager in org.hotswap.agent.annotation.handler
Fields in org.hotswap.agent.annotation.handler declared as PluginManager Modifier and Type Field Description protected PluginManagerAnnotationProcessor. pluginManagerprotected PluginManagerInitHandler. pluginManagerprotected PluginManagerOnClassLoadedHandler. pluginManagerprotected PluginManagerWatchHandler. pluginManagerMethods in org.hotswap.agent.annotation.handler with parameters of type PluginManager Modifier and Type Method Description voidAnnotationProcessor. init(PluginManager pluginManager)Constructors in org.hotswap.agent.annotation.handler with parameters of type PluginManager Constructor Description AnnotationProcessor(PluginManager pluginManager)InitHandler(PluginManager pluginManager)OnClassLoadedHandler(PluginManager pluginManager)PluginClassFileTransformer(PluginManager pluginManager, PluginAnnotation<OnClassLoadEvent> pluginAnnotation)WatchHandler(PluginManager pluginManager) -
Uses of PluginManager in org.hotswap.agent.config
Methods in org.hotswap.agent.config that return PluginManager Modifier and Type Method Description static PluginManagerPluginManager. getInstance()Get the singleton instance of the plugin manager.Constructors in org.hotswap.agent.config with parameters of type PluginManager Constructor Description PluginRegistry(PluginManager pluginManager, ClassLoaderDefineClassPatcher classLoaderPatcher)Create an instanec of plugin registry and initialize scanner and processor. -
Uses of PluginManager in org.hotswap.agent.plugin.watchResources
Methods in org.hotswap.agent.plugin.watchResources with parameters of type PluginManager Modifier and Type Method Description static voidWatchResourcesPlugin. init(PluginManager pluginManager, PluginConfiguration pluginConfiguration, ClassLoader appClassLoader)For each classloader check for watchResources configuration instance with hotswapper.
-