org.codehaus.groovy.control.io
Class URLReaderSource
java.lang.Object
org.codehaus.groovy.control.io.AbstractReaderSource
org.codehaus.groovy.control.io.URLReaderSource
class URLReaderSource
extends AbstractReaderSource
A ReaderSource for source files hosted at a URL.
- author:
- Chris Poirier
- version:
- $Id: URLReaderSource.java 6778 2007-07-02 10:40:33Z glaforge $
Method Summary |
Reader
|
getReader()
Returns a new Reader on the underlying source object.
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
URLReaderSource
public URLReaderSource(URL url, CompilerConfiguration configuration)
- Creates the ReaderSource from a File descriptor.
- param:
- url url pointing to script source
- param:
- configuration configuration for compiling source
getReader
public Reader getReader()
- Returns a new Reader on the underlying source object.
Copyright © 2003-2009 The Codehaus. All rights reserved.