org.eclipse.actf.validation.javapp.agent
Class Agent
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agent
public Agent()
premain
public static void premain(String agentArgs,
Instrumentation inst)
- invoked by JVM (JSR-163)
- Parameters:
agentArgs
- inst
-