public interface ScriptProcessor extends SciJavaPlugin
Typically, these plugins look for special directives in the script itself
beginning with distinctive character sequences like #@
, and then
perform some action in response.
Modifier and Type | Method and Description |
---|---|
void |
begin(ScriptInfo info) |
default void |
end() |
String |
process(String line) |
void begin(ScriptInfo info)
default void end()
Copyright © 2015–2022 SciJava. All rights reserved.