Package org.apache.jorphan.util
Class ThreadDumper
java.lang.Object
org.apache.jorphan.util.ThreadDumper
Utility class to create a Thread Dump
- Since:
- 3.2
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringReturns 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 Details- 
threadDumpReturns name of file containing thread dump.- Returns:
- Name of file containing thread dump
- Throws:
- Exception- if file cannot be written
 
- 
threadDumpReturns name of file containing thread dump.
- 
writeThreadDumpWrite Thread Dump- Parameters:
- writer-- Writer
- Throws:
- IOException- if file cannot be written
 
 
-