public class InstrumentationAgent extends Object
| Constructor and Description |
|---|
InstrumentationAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation inst)
agent main
|
static Instrumentation |
getInstrumentation() |
static void |
premain(String agentArgs,
Instrumentation inst)
agent premain
|
public static Instrumentation getInstrumentation()
public static void agentmain(String agentArgs, Instrumentation inst)
agentArgs - inst - public static void premain(String agentArgs, Instrumentation inst)
agentArgs - inst - Copyright © 2017. All rights reserved.