MCPcopy Create free account
hub / github.com/Fedict/dcattools / exit

Method exit

tools/src/main/java/be/gov/data/tools/LinkChecker.java:67–70  ·  view source on GitHub ↗

Exit cleanly @param code return code

(int code)

Source from the content-addressed store, hash-verified

65 * @param code return code
66 */
67 private static void exit(int code) {
68 logger.info("-- STOP --");
69 System.exit(code);
70 }
71
72 /**
73 * Get property from config file.

Callers 7

mainMethod · 0.95
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected