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