Package org.pf4j.shell
Class InstrumentationAgentLoader
- java.lang.Object
-
- org.pf4j.shell.InstrumentationAgentLoader
-
public class InstrumentationAgentLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstrumentationAgentLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.FilegetAgentFile()voidloadAgent()
-
-
-
Method Detail
-
loadAgent
public void loadAgent() throws java.io.IOException, com.sun.tools.attach.AttachNotSupportedException, com.sun.tools.attach.AgentLoadException, com.sun.tools.attach.AgentInitializationException- Throws:
java.io.IOExceptioncom.sun.tools.attach.AttachNotSupportedExceptioncom.sun.tools.attach.AgentLoadExceptioncom.sun.tools.attach.AgentInitializationException
-
getAgentFile
protected java.io.File getAgentFile() throws java.io.IOException- Throws:
java.io.IOException
-
-