Package org.pentaho.di.core.plugins
Interface PluginRegistryExtension
- All Known Implementing Classes:
PluginServiceLoaderRegistryExtension
public interface PluginRegistryExtension
Implementations of this class extend the built-in functionality of the plugin registry.
User: nbaker Date: 3/14/11
-
Method Summary
Modifier and TypeMethodDescriptiongetPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass) voidinit(PluginRegistry registry) voidsearchForType(PluginTypeInterface pluginType)
-
Method Details
-
init
-
searchForType
-
getPluginId
-