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

Method processOnce

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

Process the standard, single script with args.

()

Source from the content-addressed store, hash-verified

702 * Process the standard, single script with args.
703 */
704 private void processOnce() throws CompilationFailedException, IOException, URISyntaxException {
705 GroovyShell groovy = new GroovyShell(Thread.currentThread().getContextClassLoader(), conf);
706 setupContextClassLoader(groovy);
707 groovy.run(getScriptSource(isScriptFile, script), args);
708 }
709}

Callers 1

runMethod · 0.95

Calls 3

runMethod · 0.95
getScriptSourceMethod · 0.95

Tested by

no test coverage detected