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
ScriptProcessor plugins on the given script, line by
line in sequence. |
create, getPlugins, getPluginService, pluginService
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
default String process(ScriptInfo info) throws IOException
ScriptProcessor
plugins on the given script, line by
line in sequence.IOException
default Class<ScriptProcessor> getPluginType()
PTService
getPluginType
in interface PTService<ScriptProcessor>
Copyright © 2015–2022 SciJava. All rights reserved.