Uses of Class
org.hotswap.agent.annotation.Plugin
-
Packages that use Plugin Package Description org.hotswap.agent.plugin.hotswapper org.hotswap.agent.plugin.jdk org.hotswap.agent.plugin.jvm org.hotswap.agent.plugin.watchResources -
-
Uses of Plugin in org.hotswap.agent.plugin.hotswapper
Classes in org.hotswap.agent.plugin.hotswapper with annotations of type Plugin Modifier and Type Class Description classHotswapperPluginHotswap class changes directly via JPDA API. -
Uses of Plugin in org.hotswap.agent.plugin.jdk
Classes in org.hotswap.agent.plugin.jdk with annotations of type Plugin Modifier and Type Class Description classJdkPluginJdkPlugin plugin -
Uses of Plugin in org.hotswap.agent.plugin.jvm
Classes in org.hotswap.agent.plugin.jvm with annotations of type Plugin Modifier and Type Class Description classAnonymousClassPatchPluginClass names MyClass$1, MyClass$2 are created in the order as anonymous class appears in the source code.classClassInitPluginClassInitPlugin initializes static (class) variables after class redefinition. -
Uses of Plugin in org.hotswap.agent.plugin.watchResources
Classes in org.hotswap.agent.plugin.watchResources with annotations of type Plugin Modifier and Type Class Description classWatchResourcesPluginSupport for watchResources configuration property.
-