public class ThreadDumper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
threadDump() |
static String |
threadDump(File basedir) |
static void |
writeThreadDump(Writer writer)
Write Thread Dump
|
public static String threadDump() throws Exception
Exception - if file cannot be writtenpublic static void writeThreadDump(Writer writer) throws IOException
writer - WriterIOException - if file cannot be writtenCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.