Package org.pentaho.di.core.plugins
Interface PluginRegistryExtension
-
public interface PluginRegistryExtensionImplementations of this class extend the built-in functionality of the plugin registry. User: nbaker Date: 3/14/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass)voidinit(PluginRegistry registry)voidsearchForType(PluginTypeInterface pluginType)
-
-
-
Method Detail
-
init
void init(PluginRegistry registry)
-
searchForType
void searchForType(PluginTypeInterface pluginType)
-
getPluginId
String getPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass)
-
-