Hunt for the script file by calling searchForGroovyScriptFile(String). @see GroovyMain#searchForGroovyScriptFile(String)
(String input)
| 553 | * @see GroovyMain#searchForGroovyScriptFile(String) |
| 554 | */ |
| 555 | public File huntForTheScriptFile(String input) { |
| 556 | return GroovyMain.searchForGroovyScriptFile(input); |
| 557 | } |
| 558 | |
| 559 | // GROOVY-6771 |
| 560 | private static void setupContextClassLoader(GroovyShell shell) { |
no test coverage detected