Package org.aspectj.weaver.loadtime
Class Agent
- java.lang.Object
-
- org.aspectj.weaver.loadtime.Agent
-
public class Agent extends Object
-
-
Constructor Summary
Constructors Constructor Description Agent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidagentmain(String options, Instrumentation instrumentation)static InstrumentationgetInstrumentation()static voidpremain(String options, Instrumentation instrumentation)
-
-
-
Method Detail
-
premain
public static void premain(String options, Instrumentation instrumentation)
-
agentmain
public static void agentmain(String options, Instrumentation instrumentation)
-
getInstrumentation
public static Instrumentation getInstrumentation()
-
-