public class FileSystemXmlPluginProvider extends SystemPathXmlPluginProvider
| Constructor and Description |
|---|
FileSystemXmlPluginProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<org.pentaho.platform.api.engine.IPlatformPlugin> |
getPlugins(org.pentaho.platform.api.engine.IPentahoSession session)
Gets the list of plugins that this provider class has discovered.
|
processOverlaypublic List<org.pentaho.platform.api.engine.IPlatformPlugin> getPlugins(org.pentaho.platform.api.engine.IPentahoSession session) throws org.pentaho.platform.api.engine.PlatformPluginRegistrationException
SystemPathXmlPluginProvidergetPlugins in interface org.pentaho.platform.api.engine.IPluginProvidergetPlugins in class SystemPathXmlPluginProviderorg.pentaho.platform.api.engine.PlatformPluginRegistrationException - if there is a problem preventing the impl from looking for pluginsIPluginProvider#getPlugins()