Uses of Class
org.hotswap.agent.config.PluginConfiguration
-
Packages that use PluginConfiguration Package Description org.hotswap.agent.config org.hotswap.agent.plugin.hotswapper org.hotswap.agent.plugin.watchResources -
-
Uses of PluginConfiguration in org.hotswap.agent.config
Methods in org.hotswap.agent.config that return PluginConfiguration Modifier and Type Method Description PluginConfigurationPluginManager. getPluginConfiguration(ClassLoader classLoader)Constructors in org.hotswap.agent.config with parameters of type PluginConfiguration Constructor Description PluginConfiguration(PluginConfiguration parent, ClassLoader classLoader)PluginConfiguration(PluginConfiguration parent, ClassLoader classLoader, boolean init) -
Uses of PluginConfiguration in org.hotswap.agent.plugin.hotswapper
Methods in org.hotswap.agent.plugin.hotswapper with parameters of type PluginConfiguration Modifier and Type Method Description static voidHotswapperPlugin. init(PluginConfiguration pluginConfiguration, ClassLoader appClassLoader)For each classloader check for autoHotswap configuration instance with hotswapper. -
Uses of PluginConfiguration in org.hotswap.agent.plugin.watchResources
Methods in org.hotswap.agent.plugin.watchResources with parameters of type PluginConfiguration Modifier and Type Method Description static voidWatchResourcesPlugin. init(PluginManager pluginManager, PluginConfiguration pluginConfiguration, ClassLoader appClassLoader)For each classloader check for watchResources configuration instance with hotswapper.
-