Class ThreadDumpConverter
- java.lang.Object
-
- org.apache.jackrabbit.oak.threadDump.ThreadDumpConverter
-
public class ThreadDumpConverter extends Object
A tool that converts full thread dumps files to the "standard" format.
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpConverter()
-
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
process
public static File process(File file) throws IOException
- Throws:
IOException
-
-