Uses of Interface
org.zeroturnaround.exec.stop.ProcessStopper

Packages that use ProcessStopper
org.zeroturnaround.exec   
org.zeroturnaround.exec.stop   
 

Uses of ProcessStopper in org.zeroturnaround.exec
 

Methods in org.zeroturnaround.exec with parameters of type ProcessStopper
 ProcessExecutor ProcessExecutor.stopper(ProcessStopper stopper)
          Sets the helper for stopping the process in case of timeout or cancellation.
 

Uses of ProcessStopper in org.zeroturnaround.exec.stop
 

Classes in org.zeroturnaround.exec.stop that implement ProcessStopper
 class DestroyProcessStopper
          Default ProcessStopper implementation that just invokes Process.destroy().
 class NopProcessStopper
          ProcessStopper implementation that does nothing - it keeps the process running.
 

Fields in org.zeroturnaround.exec.stop declared as ProcessStopper
static ProcessStopper NopProcessStopper.INSTANCE
          Singleton instance of the NopProcessStopper.
static ProcessStopper DestroyProcessStopper.INSTANCE
          Singleton instance of the DestroyProcessStopper.
 



Copyright © 2015 ZeroTurnaround. All rights reserved.