150151152153154155156157158
return null; } @Override protected Object runScript(String scriptName) { this.runner.withSource( new ClassLoaderSourceProvider( this.runtime.getConfig().getClassLoader(), scriptName)); this.runner.withFileName(scriptName); return runner.execute(); }