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

Method intercept

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

Intercepts the exit of the JVM. @param status The status code to exit with @return true if the exit should proceed, false if the exit should be canceled

(int status)

Source from the content-addressed store, hash-verified

13 * @return true if the exit should proceed, false if the exit should be canceled
14 */
15 boolean intercept(int status);
16}

Callers 1

exitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected