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)
://java.sun.com/javase/6/docs/api/java/lang/instrument/package-
summary.html
for details.agentArgument
- string provided after "=" up to first spaceinstrumentation
- instrumentation environment provided by the JVMCopyright © 2018 JBoss by Red Hat. All rights reserved.