Uses of Class
org.pentaho.platform.api.engine.PlatformPluginRegistrationException

Packages that use PlatformPluginRegistrationException
org.pentaho.platform.api.engine   
org.pentaho.platform.plugin.services.pluginmgr   
 

Uses of PlatformPluginRegistrationException in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that throw PlatformPluginRegistrationException
 List<IPlatformPlugin> IPluginProvider.getPlugins(IPentahoSession session)
          Returns a list of IPlatformPlugins defined by this plugin provider.
 

Uses of PlatformPluginRegistrationException in org.pentaho.platform.plugin.services.pluginmgr
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that throw PlatformPluginRegistrationException
 List<IPlatformPlugin> FileSystemXmlPluginProvider.getPlugins(IPentahoSession session)
           
 List<IPlatformPlugin> SystemPathXmlPluginProvider.getPlugins(IPentahoSession session)
          Gets the list of plugins that this provider class has discovered.