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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass)
void
init(PluginRegistry registry)
void
searchForType(PluginTypeInterface pluginType)
-
-
-
Method Detail
-
init
void init(PluginRegistry registry)
-
searchForType
void searchForType(PluginTypeInterface pluginType)
-
getPluginId
String getPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass)
-
-