Interface | Description |
---|---|
ScriptCallback |
A routine which will be invoked just prior to script execution.
|
ScriptProcessor |
A script processor defines some sort of processing that primes a particular
script for execution.
|
ScriptProcessorService |
Interface for service that processes scripts.
|
Class | Description |
---|---|
DefaultScriptProcessorService |
Default implementation of
ScriptProcessorService . |
DirectiveScriptProcessor |
Abstract base class for
ScriptProcessor plugins that parse lines
of the form #@directive(...) ... . |
ParameterScriptProcessor |
A
ScriptProcessor which parses the script's input and output
parameters from the script header. |
ScriptDirectiveScriptProcessor |
A
ScriptProcessor which parses the #@script directive. |
ShebangScriptProcessor |
A
ScriptProcessor which looks for a #! at the beginning of a
script, and set the language accordingly. |
Copyright © 2015–2022 SciJava. All rights reserved.