MCPcopy Index your code
hub / github.com/apache/groovy / processArgs

Method processArgs

src/main/java/groovy/ui/GroovyMain.java:129–132  ·  view source on GitHub ↗

Processes command-line arguments using a single output stream. @param args the command-line arguments @param out the output stream used for both normal and error output @deprecated use #processArgs(String[], PrintStream, PrintStream)

(String[] args, final PrintStream out)

Source from the content-addressed store, hash-verified

127 * @deprecated use {@link #processArgs(String[], PrintStream, PrintStream)}
128 */
129 @Deprecated
130 static void processArgs(String[] args, final PrintStream out) {
131 processArgs(args, out, out);
132 }
133
134 // package-level visibility for testing purposes (just usage/errors at this stage)
135 /**

Callers 1

mainMethod · 0.95

Calls 4

processMethod · 0.95
exitMethod · 0.45
printlnMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected