public class LegacyCodeRunner extends AbstractCodeRunner
PlugIn
class.Constructor and Description |
---|
LegacyCodeRunner() |
Modifier and Type | Method and Description |
---|---|
void |
run(Object code,
Map<String,Object> inputMap) |
void |
run(Object code,
Object... args) |
boolean |
supports(Object code) |
waitFor
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public void run(Object code, Object... args) throws InvocationTargetException
InvocationTargetException
public void run(Object code, Map<String,Object> inputMap) throws InvocationTargetException
InvocationTargetException
Copyright © 2014–2022 ImageJ. All rights reserved.