Groovy 2.2.0

groovy.util
[Java] Interface ResourceConnector


public interface ResourceConnector

Base interface for customizing where resources can be found for the GroovyScriptEngine.

Authors:
sam


Method Summary
URLConnection getResourceConnection(String name)

Retrieve a URLConnection to a script referenced by name.

 

Method Detail

getResourceConnection

public URLConnection getResourceConnection(String name)
Retrieve a URLConnection to a script referenced by name.
throws:
ResourceException
Parameters:
name


 

Copyright © 2003-2013 The Codehaus. All rights reserved.