Class ThreadDumpThreadNames


  • public class ThreadDumpThreadNames
    extends java.lang.Object
    A tool that converts a file with date/time and thread dumps into a list of date/time and just the thread names.
    • 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

      • ThreadDumpThreadNames

        public ThreadDumpThreadNames()
    • Method Detail

      • process

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