Package com.google.common.css
Class DefaultExitCodeHandler
- java.lang.Object
-
- com.google.common.css.DefaultExitCodeHandler
-
- All Implemented Interfaces:
ExitCodeHandler
public class DefaultExitCodeHandler extends java.lang.Object implements ExitCodeHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultExitCodeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessExitCode(int exitCode)Process the request to exit with the specified exit code.
-
-
-
Method Detail
-
processExitCode
public void processExitCode(int exitCode)
Description copied from interface:ExitCodeHandlerProcess the request to exit with the specified exit code. Implementations of this method must never return normally.- Specified by:
processExitCodein interfaceExitCodeHandler
-
-