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. |
Loads a Groovy source file given its name.
filename
- name of the file
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/GroovyResourceLoader.html