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, supports
getInstance
create, getPlugins, getPluginService, getPluginType
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
void run(Object code, Object... args) throws InvocationTargetException
InvocationTargetException
void run(Object code, Map<String,Object> inputMap) throws InvocationTargetException
InvocationTargetException
Copyright © 2009–2016 SciJava. All rights reserved.