com.javamex.classmexer
Class Agent

java.lang.Object
  extended by com.javamex.classmexer.Agent

public class Agent
extends java.lang.Object

The entry point for the instrumentation agent. Applications should generally not attempt to call methods from this class directly.


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

Method Detail

premain

public static void premain(java.lang.String args,
                           java.lang.instrument.Instrumentation instr)