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

Method main

uploaderd10/src/main/java/be/gov/data/uploaderd10/Main.java:104–109  ·  view source on GitHub ↗

Main @param args @throws IOException @throws InterruptedException

(String[] args)

Source from the content-addressed store, hash-verified

102 * @throws InterruptedException
103 */
104 public static void main(String[] args) throws IOException, InterruptedException {
105 CommandLine cl = new CommandLine(new Main());
106 cl.setDefaultValueProvider(new PropertiesDefaultProvider());
107 int exitCode = cl.execute(args);
108 System.exit(exitCode);
109 }
110
111}

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected