public class AgentPremain extends Object
| Constructor and Description |
|---|
AgentPremain() |
| Modifier and Type | Method and Description |
|---|---|
static void |
premain(String agentArgument,
Instrumentation instrumentation)
JavaAgent premain entry point as specified in the MANIFEST.MF file.
|
public AgentPremain()
public static void premain(String agentArgument, Instrumentation instrumentation)
agentArgument - string provided after "=" up to first spaceinstrumentation - instrumentation environment provided by the JVMCopyright © 2005–2017 QOS.ch. All rights reserved.