Class ShutdownHookProcessDestroyer.ProcessDestroyerThread

java.lang.Object
java.lang.Thread
org.apache.commons.exec.ShutdownHookProcessDestroyer.ProcessDestroyerThread
All Implemented Interfaces:
Runnable
Enclosing class:
ShutdownHookProcessDestroyer

private final class ShutdownHookProcessDestroyer.ProcessDestroyerThread extends Thread
  • Field Details

    • shouldDestroy

      private boolean shouldDestroy
  • Constructor Details

    • ProcessDestroyerThread

      public ProcessDestroyerThread()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • setShouldDestroy

      public void setShouldDestroy(boolean shouldDestroy)