public abstract class Agent extends Object
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation instrumentation) |
static void |
premain(String agentArgs,
Instrumentation instrumentation) |
protected abstract void |
runAgent(String agentArgs,
Instrumentation instrumentation,
boolean injected) |
protected abstract void runAgent(String agentArgs, Instrumentation instrumentation, boolean injected) throws Exception
Exceptionpublic static void agentmain(String agentArgs, Instrumentation instrumentation) throws Throwable
Throwablepublic static void premain(String agentArgs, Instrumentation instrumentation) throws Throwable
ThrowableCopyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.