lombok.core
Class Agent
java.lang.Object
lombok.core.Agent
public abstract class Agent
- extends java.lang.Object
|
Constructor Summary |
Agent()
|
|
Method Summary |
static void |
agentmain(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation)
|
static void |
premain(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation)
|
protected abstract void |
runAgent(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation,
boolean injected)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agent
public Agent()
runAgent
protected abstract void runAgent(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation,
boolean injected)
throws java.lang.Exception
- Throws:
java.lang.Exception
agentmain
public static void agentmain(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
premain
public static void premain(java.lang.String agentArgs,
java.lang.instrument.Instrumentation instrumentation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.