public class PluginScheduler extends Object
Modifier and Type | Method and Description |
---|---|
void |
chain(IPluginLauncher out,
String outName,
IPluginLauncher in,
String inName)
Chains the named image from one plugin to another.
|
ItemWrapper |
get(String fullInName)
Gets image for fully-qualified name.
|
static PluginScheduler |
getInstance()
Gets the singleton.
|
void |
put(String fullInName,
ItemWrapper image)
Passes image to fully-qualified name.
|
void |
quit()
Tears down the chained nodes.
|
void |
reportNewPlugin(String name)
This is just for debugging.
|
public static PluginScheduler getInstance()
public void quit()
public void chain(IPluginLauncher out, String outName, IPluginLauncher in, String inName)
out
- source pluginoutName
- source plugin's namein
- destination plugininName
- destination plugin's namepublic void put(String fullInName, ItemWrapper image)
fullInName
- image
- public ItemWrapper get(String fullInName)
fullInName
- public void reportNewPlugin(String name)
name
- Copyright © 2015–2022 SciJava. All rights reserved.