org.iqual.chaplin
Class Agent
java.lang.Object
org.iqual.chaplin.Agent
public class Agent
- extends Object
This class is a Java instrumentation agent which installs the byte code transformers. If you prefer using the agent
instead of post-compile transformer you need to run JVM with the following properties:
-javaagent:chaplin.jar=package(,package)*
The list of packages determines the packages which are subject to the Chaplin transformations.
- Since:
- Mar 5, 2009 9:44:48 PM
- Author:
- Zbynek Slajchrt
|
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 args,
Instrumentation inst)
Copyright © 2009 iquality.org. All Rights Reserved.