Package groovy.lang
Interface GroovyResourceLoader
- 
 public interface GroovyResourceLoaderAllows frameworks that integrate with Groovy to determine how Groovy files are resolved.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URLloadGroovySource(java.lang.String filename)Loads a Groovy source file given its name.
 
-