public final class UrlScriptSpec extends RemoteScriptSpec
engineType| Constructor and Description |
|---|
UrlScriptSpec(URL url,
ScriptEngineType engineType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isStatic()
Returns whether the script specification represents a script that is static (i.e.
|
protected Reader |
openReader() |
protected void |
setScriptSpecField(DocumentWorkerScript script)
Updates the relevant field in the specified script.
|
compile, getScriptcreate, getEngineType, toDocumentWorkerScriptpublic UrlScriptSpec(URL url, ScriptEngineType engineType) throws URISyntaxException
URISyntaxExceptionpublic boolean isStatic()
AbstractScriptSpecisStatic in class AbstractScriptSpec@Nonnull protected Reader openReader() throws IOException
openReader in class RemoteScriptSpecIOExceptionprotected void setScriptSpecField(DocumentWorkerScript script)
AbstractScriptSpecsetScriptSpecField in class AbstractScriptSpecscript - the script object to be updatedCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.