MCPcopy Create free account
hub / github.com/OpenAS2/OpenAs2App / main

Method main

Server/src/main/java/SplitCsvFile.java:110–119  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

108 }
109
110 public static void main(String[] args) {
111 try {
112 SplitCsvFile mgr = new SplitCsvFile();
113 mgr.process(args);
114 System.exit(0);
115 } catch (Exception e) {
116 System.out.println("Processing error occurred: " + e.getMessage());
117 System.exit(-1);
118 }
119 }
120 }

Callers

nothing calls this directly

Calls 2

processMethod · 0.95
getMessageMethod · 0.65

Tested by

no test coverage detected