HasCleanup, ReaderSourcepublic class StringReaderSource extends AbstractReaderSource
configuration| Constructor | Description |
|---|---|
StringReaderSource(String string,
CompilerConfiguration configuration) |
Creates the ReaderSource from a File descriptor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Reader |
getReader() |
Returns a new Reader on the underlying source object.
|
URI |
getURI() |
Returns a Data URI (RFC 2397) containing the literal value of this source string.
|
canReopenSource, cleanup, getLinepublic StringReaderSource(String string, CompilerConfiguration configuration)
string - string containing script sourceconfiguration - configuration for compiling sourcepublic Reader getReader() throws IOException
IOException - if there was an error opening for streampublic URI getURI()