public interface ScriptProcessorService extends PTService<ScriptProcessor>, SciJavaService
ScriptProcessor plugins, and provides convenience methods
 to interact with them.| Modifier and Type | Method and Description | 
|---|---|
| default Class<ScriptProcessor> | getPluginType()Gets the type of plugins managed by this service. | 
| default String | process(ScriptInfo info)Invokes all  ScriptProcessorplugins on the given script, line by
 line in sequence. | 
create, getPlugins, getPluginService, pluginServiceinitialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposedefault String process(ScriptInfo info) throws IOException
ScriptProcessor plugins on the given script, line by
 line in sequence.IOExceptiondefault Class<ScriptProcessor> getPluginType()
PTServicegetPluginType in interface PTService<ScriptProcessor>Copyright © 2009–2022 SciJava. All rights reserved.