public interface PluginRegistryExtension
Modifier and Type | Method and Description |
---|---|
String |
getPluginId(Class<? extends PluginTypeInterface> pluginType,
Object pluginClass) |
void |
init(PluginRegistry registry) |
void |
searchForType(PluginTypeInterface pluginType) |
void init(PluginRegistry registry)
void searchForType(PluginTypeInterface pluginType)
String getPluginId(Class<? extends PluginTypeInterface> pluginType, Object pluginClass)