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 . |
ParameterScriptProcessor |
A
ScriptProcessor which parses the script's input and output
parameters from the script header. |
ShebangScriptProcessor |
A
ScriptProcessor which looks for a #! at the beginning of a
script, and set the language accordingly. |
Copyright © 2009–2017 SciJava. All rights reserved.