|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GroovyResourceLoader
Allows frameworks that integrate with Groovy to determine how Groovy files are resolved.
Method Summary | |
---|---|
java.net.URL
|
loadGroovySource(java.lang.String filename)
Loads a Groovy source file given its name. |
Method Detail |
---|
public java.net.URL loadGroovySource(java.lang.String filename)
filename
- name of the file
Groovy Documentation