Class ThreadUtils


  • public class ThreadUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Thread getThreadByPattern​(java.lang.String regex)
      looksup a first matching thread by regular expression
      • Methods inherited from class java.lang.Object

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

      • ThreadUtils

        public ThreadUtils()
    • Method Detail

      • getThreadByPattern

        public static java.lang.Thread getThreadByPattern​(java.lang.String regex)
        looksup a first matching thread by regular expression
        Parameters:
        regex -
        Returns: