public class HotswapAgent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HOTSWAP_AGENT_EXPORT_PACKAGES |
| Constructor and Description |
|---|
HotswapAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String args,
Instrumentation inst) |
static String |
getExternalPropertiesFile() |
static boolean |
isAutoHotswap()
Default autoHotswap property value.
|
static boolean |
isPluginDisabled(String pluginName)
Checks if the plugin is disabled (by name).
|
static void |
parseArgs(String args) |
static void |
premain(String args,
Instrumentation inst) |
public static final String HOTSWAP_AGENT_EXPORT_PACKAGES
public static void agentmain(String args, Instrumentation inst)
public static void premain(String args, Instrumentation inst)
public static void parseArgs(String args)
public static String getExternalPropertiesFile()
public static boolean isPluginDisabled(String pluginName)
pluginName - plugin name (e.g. Tomcat, Spring, ...)public static boolean isAutoHotswap()
Copyright © 2018. All rights reserved.