Package com.google.common.css
Class DefaultExitCodeHandler
java.lang.Object
com.google.common.css.DefaultExitCodeHandler
- All Implemented Interfaces:
ExitCodeHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExitCode(int exitCode) Process the request to exit with the specified exit code.
-
Constructor Details
-
DefaultExitCodeHandler
public DefaultExitCodeHandler()
-
-
Method Details
-
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
-