Lombok - v0.9.3

lombok.core
Class Agent

java.lang.Object
  extended by 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
 

Constructor Detail

Agent

public Agent()
Method Detail

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

Lombok - v0.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.