Package org.apache.jorphan.util
Class ThreadDumper
-
- All Implemented Interfaces:
public class ThreadDumperUtility class to create a Thread Dump
- Since:
3.2
-
-
Method Summary
Modifier and Type Method Description static StringthreadDump()Returns name of file containing thread dump. static StringthreadDump(File basedir)Returns name of file containing thread dump. static voidwriteThreadDump(Writer writer)Write Thread Dump -
-
Method Detail
-
threadDump
static String threadDump()
Returns name of file containing thread dump.
- Returns:
Name of file containing thread dump
-
threadDump
static String threadDump(File basedir)
Returns name of file containing thread dump.
- Parameters:
basedir- File Base directory- Returns:
Name of file containing thread dump
-
writeThreadDump
static void writeThreadDump(Writer writer)
Write Thread Dump
- Parameters:
writer- Writer
-
-
-
-