Interface PluginFactoryRegistry

All Known Implementing Classes:
ConfigParser, ServiceBasedPluginFactoryRegistry

public interface PluginFactoryRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    pluginFactory(Class<P> pluginClass)
    Resolve a plugin interface type to a factory for that type of plugin
  • Method Details

    • pluginFactory

      <P> PluginFactory<P> pluginFactory(Class<P> pluginClass)
      Resolve a plugin interface type to a factory for that type of plugin
      Type Parameters:
      P - The type of plugin
      Parameters:
      pluginClass - The plugin interface type.
      Returns:
      The factory for that type of plugin