Package org.h2.dev.util
Class ThreadDumpInliner
- java.lang.Object
-
- org.h2.dev.util.ThreadDumpInliner
-
public class ThreadDumpInliner extends java.lang.ObjectConvert a list of thread dumps into one line per thread.
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpInliner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... a)Usage: java ThreadDumpInliner threadDump.txt
-