Package gov.nih.mipav.plugins
Interface BundledPlugInInfo
public interface BundledPlugInInfo
This interface binds a PlugIn to a PlugInBundle. Every PlugInBundle contains a list of BundledPlugInInfos
that may also be PlugIns. These BundledPlugInInfos can be run by specifying an index of the PlugInBundle's
run(int index) method.- Author:
- mccreedy