Package org.scijava.script.process
-
Interface Summary 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 Summary Class Description DefaultScriptProcessorService Default implementation ofScriptProcessorService.DirectiveScriptProcessor Abstract base class forScriptProcessorplugins that parse lines of the form#@directive(...) ....ParameterScriptProcessor AScriptProcessorwhich parses the script's input and output parameters from the script header.ScriptDirectiveScriptProcessor AScriptProcessorwhich parses the#@scriptdirective.ShebangScriptProcessor AScriptProcessorwhich looks for a#!at the beginning of a script, and set the language accordingly.