| groovy.lang.GroovyResourceLoader
GroovyResourceLoader | public interface GroovyResourceLoader (Code) | | Allows frameworks that integrate with Groovy to determine how Groovy files are resolved.
author: Steven Devijver |
loadGroovySource | public URL loadGroovySource(String filename) throws MalformedURLException(Code) | | Loads a Groovy source file given its name.
Parameters: filename - name of the file a URL |
|
|