Class NopProcessStopper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stop​(java.lang.Process process)
      Stops a given sub process.
      • Methods inherited from class java.lang.Object

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

      • NopProcessStopper

        public NopProcessStopper()
    • Method Detail

      • stop

        public void stop​(java.lang.Process process)
        Description copied from interface: ProcessStopper
        Stops a given sub process. It does not wait for the process to actually stop and it has no guarantee that the process terminates.
        Specified by:
        stop in interface ProcessStopper
        Parameters:
        process - sub process being stopped (not null).