org.eclipse.actf.validation.javapp.agent
Class Agent

java.lang.Object
  extended by org.eclipse.actf.validation.javapp.agent.Agent

public class Agent
extends Object

agent for instrumenting .class files in JDK 1.5.x mode of launcher.

Author:
Mike Squillace

Constructor Summary
Agent()
           
 
Method Summary
static void premain(String agentArgs, Instrumentation inst)
          invoked by JVM (JSR-163)
 
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

premain

public static void premain(String agentArgs,
                           Instrumentation inst)
invoked by JVM (JSR-163)

Parameters:
agentArgs -
inst -