groovy.util
Interface ResourceConnector

All Known Implementing Classes:
GroovyScriptEngine, GroovyServlet

public interface ResourceConnector

Author:
sam To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Method Summary
 java.net.URLConnection getResourceConnection(java.lang.String name)
           
 

Method Detail

getResourceConnection

public java.net.URLConnection getResourceConnection(java.lang.String name)
                                             throws ResourceException
Throws:
ResourceException


Copyright © 2003-2004 The Codehaus. All Rights Reserved.