- Type Parameters:
D
- Source data type.
O
- Data type of objects created by the factory.
- All Superinterfaces:
- SciJavaPlugin, SingletonPlugin, Typed<D>
- All Known Subinterfaces:
- SearchActionFactory
- All Known Implementing Classes:
- BatchModuleSearchActionFactory, JavadocSearchActionFactory, OpenInBrowserActionFactory, RunModuleSearchActionFactory, RunSnippetActionFactory, SourceSearchActionFactory
public interface FactoryPlugin<D,O>
extends SingletonPlugin, Typed<D>
Interface for plugins that act as factories, creating objects on demand.
- Author:
- Curtis Rueden