Package groovy.lang
Interface GroovyResourceLoader
- 
public interface GroovyResourceLoaderAllows frameworks that integrate with Groovy to determine how Groovy files are resolved. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLloadGroovySource(String filename)Loads a Groovy source file given its name. 
 - 
 
- 
- 
Method Detail
- 
loadGroovySource
URL loadGroovySource(String filename) throws MalformedURLException
Loads a Groovy source file given its name.- Parameters:
 filename- name of the file- Returns:
 - a URL
 - Throws:
 MalformedURLException- if the URL is invalid
 
 - 
 
 -