Class ThreadDumpCleaner


  • public class ThreadDumpCleaner
    extends java.lang.Object
    A tool that removes uninteresting lines from stack traces.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File process​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadDumpCleaner

        public ThreadDumpCleaner()
    • Method Detail

      • process

        public static java.io.File process​(java.io.File file)
                                    throws java.io.IOException
        Throws:
        java.io.IOException