Class DefaultExitCodeHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processExitCode​(int exitCode)
      Process the request to exit with the specified exit code.
      • Methods inherited from class java.lang.Object

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

      • DefaultExitCodeHandler

        public DefaultExitCodeHandler()
    • Method Detail

      • processExitCode

        public void processExitCode​(int exitCode)
        Description copied from interface: ExitCodeHandler
        Process the request to exit with the specified exit code. Implementations of this method must never return normally.
        Specified by:
        processExitCode in interface ExitCodeHandler