Package | Description |
---|---|
org.scijava.grab.script.process | |
org.scijava.script.process |
Modifier and Type | Class and Description |
---|---|
class |
GrabScriptProcessor
|
Modifier and Type | Class and Description |
---|---|
class |
DirectiveScriptProcessor
Abstract base class for
ScriptProcessor plugins that parse lines
of the form #@directive(...) ... . |
class |
ParameterScriptProcessor
A
ScriptProcessor which parses the script's input and output
parameters from the script header. |
class |
ScriptDirectiveScriptProcessor
A
ScriptProcessor which parses the #@script directive. |
class |
ShebangScriptProcessor
A
ScriptProcessor which looks for a #! at the beginning of a
script, and set the language accordingly. |
Modifier and Type | Method and Description |
---|---|
default Class<ScriptProcessor> |
ScriptProcessorService.getPluginType() |
Copyright © 2015–2022 SciJava. All rights reserved.