public interface GroovyResourceLoader
Allows frameworks that integrate with Groovy to determine how Groovy files are resolved.
Type Params | Return Type | Name and description |
---|---|---|
public URL |
loadGroovySource (String filename) Loads a Groovy source file given its name. |