MCPcopy Create free account
hub / github.com/PCGen/pcgen / exit

Method exit

code/src/java/pcgen/util/ExitFunction.java:15–15  ·  view source on GitHub ↗

The method must be used to exit from JVM in GracefulExit class. @see pcgen.util.GracefulExit @param status The status code to exit with

(int status)

Source from the content-addressed store, hash-verified

13 * @param status The status code to exit with
14 */
15 void exit(int status);
16}

Callers 1

exitMethod · 0.65

Implementers 1

GracefulExitcode/src/java/pcgen/util/GracefulExit.

Calls

no outgoing calls

Tested by

no test coverage detected