|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ResourceConnector
Base interface for customizing where resources can be found for the GroovyScriptEngine
.
Method Summary | |
---|---|
java.net.URLConnection
|
getResourceConnection(java.lang.String name)
Retrieve a URLConnection to a script referenced by name. |
Method Detail |
---|
public java.net.URLConnection getResourceConnection(java.lang.String name)
Groovy Documentation