public interface RunService extends HandlerService<Object,CodeRunner>, SciJavaService
CodeRunner plugins.| Modifier and Type | Method and Description |
|---|---|
void |
run(Object code,
Map<String,Object> inputMap)
Executes the given code using the most appropriate handler, passing the
arguments in the specified map as inputs.
|
void |
run(Object code,
Object... args)
Executes the given code using the most appropriate handler, passing the
specified arguments as inputs.
|
getHandler, getInstances, supportsgetInstancecreate, getPlugins, getPluginService, getPluginTypeinitialize, registerEventHandlerscontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfodisposevoid run(Object code, Object... args) throws InvocationTargetException
InvocationTargetExceptionvoid run(Object code, Map<String,Object> inputMap) throws InvocationTargetException
InvocationTargetExceptionCopyright © 2009–2016 SciJava. All rights reserved.