public interface ResourceConnector
 Base interface for customizing where resources can be found for the GroovyScriptEngine.
 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public URLConnection | getResourceConnection(String name)Retrieve a URLConnection to a script referenced by name. | 
Retrieve a URLConnection to a script referenced by name.