Package org.kohsuke.file_leak_detector
Class AgentMain
java.lang.Object
org.kohsuke.file_leak_detector.AgentMain
Java agent that instruments JDK classes to keep track of where file descriptors are opened.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
agentmain
(String agentArguments, Instrumentation instrumentation) static void
premain
(String agentArguments, Instrumentation instrumentation)
-
Constructor Details
-
AgentMain
public AgentMain()
-
-
Method Details
-
agentmain
public static void agentmain(String agentArguments, Instrumentation instrumentation) throws Exception - Throws:
Exception
-
premain
- Throws:
Exception
-