com.infomancers.collections.yield
Class AgentMain

java.lang.Object
  extended by com.infomancers.collections.yield.AgentMain

public final class AgentMain
extends java.lang.Object

The entry point for the Java instrumentation.

This class is pointed to in the Premain-Class attribute of the yielder JAR file (done by the ant task).


Constructor Summary
AgentMain()
           
 
Method Summary
static void premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation inst)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentMain

public AgentMain()
Method Detail

premain

public static void premain(java.lang.String agentArgs,
                           java.lang.instrument.Instrumentation inst)