Process the standard, single script with args.
()
| 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 | } |
no test coverage detected