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 static void premain(String agentArgument, Instrumentation instrumentation)
agentArgument
- string provided after "=" up to first spaceinstrumentation
- instrumentation environment provided by the JVMCopyright © 2021 JBoss by Red Hat. All rights reserved.