Package org.pf4j.shell
Class InstrumentationAgent
- java.lang.Object
-
- org.pf4j.shell.InstrumentationAgent
-
public class InstrumentationAgent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstrumentationAgent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidagentmain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)static java.lang.instrument.InstrumentationgetInstrumentation()static voidpremain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)
-
-
-
Method Detail
-
premain
public static void premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)
-
agentmain
public static void agentmain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)
-
getInstrumentation
public static java.lang.instrument.Instrumentation getInstrumentation()
-
-