Lombok - v0.10.8

lombok.core
Class Agent

java.lang.Object
  extended by lombok.core.Agent

public abstract class Agent
extends Object


Constructor Summary
Agent()
           
 
Method Summary
static void agentmain(String agentArgs, Instrumentation instrumentation)
           
static void premain(String agentArgs, Instrumentation instrumentation)
           
protected abstract  void runAgent(String agentArgs, 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(String agentArgs,
                                 Instrumentation instrumentation,
                                 boolean injected)
                          throws Exception
Throws:
Exception

agentmain

public static void agentmain(String agentArgs,
                             Instrumentation instrumentation)
                      throws Throwable
Throws:
Throwable

premain

public static void premain(String agentArgs,
                           Instrumentation instrumentation)
                    throws Throwable
Throws:
Throwable

Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.