Package org.scijava.run
Class AbstractCodeRunner
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.plugin.AbstractTypedPlugin<D>
-
- org.scijava.plugin.AbstractHandlerPlugin<Object>
-
- org.scijava.run.AbstractCodeRunner
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Identifiable,Locatable,Logged,HandlerPlugin<Object>,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,TypedPlugin<Object>,Prioritized,CodeRunner,Typed<Object>,Versioned
- Direct Known Subclasses:
CommandCodeRunner,MainCodeRunner,ModuleCodeRunner,ScriptCodeRunner
public abstract class AbstractCodeRunner extends AbstractHandlerPlugin<Object> implements CodeRunner
Abstract superclass ofCodeRunnerimplementations.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description AbstractCodeRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TwaitFor(Future<T> future)-
Methods inherited from class org.scijava.plugin.AbstractTypedPlugin
supports
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.run.CodeRunner
getType, run, run
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
waitFor
protected <T> T waitFor(Future<T> future) throws InvocationTargetException
- Throws:
InvocationTargetException
-
-