Uses of Interface
org.pentaho.platform.api.engine.IPlatformPlugin

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

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

Methods in org.pentaho.platform.api.engine that return IPlatformPlugin
 IPlatformPlugin IPluginManager.isResourceLoadable(String path)
          Deprecated. This is a poorly named method, use IPluginManager.getServicePlugin(String) instead.
 

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

Methods in org.pentaho.platform.api.engine with parameters of type IPlatformPlugin
 ClassLoader IPluginManager.getClassLoader(IPlatformPlugin plugin)
          Deprecated. use IPluginManager.getClassLoader(String)
 Object IPluginManager.getPluginSetting(IPlatformPlugin plugin, String key, String defaultValue)
          Deprecated. use IPluginManager.getPluginSetting(String, String, String)
 

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

Classes in org.pentaho.platform.plugin.services.pluginmgr that implement IPlatformPlugin
 class PlatformPlugin
          Default bean implementation of IPlatformPlugin
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IPlatformPlugin
 IPlatformPlugin DefaultPluginManager.isResourceLoadable(String path)
           
 

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

Methods in org.pentaho.platform.plugin.services.pluginmgr with parameters of type IPlatformPlugin
 ClassLoader DefaultPluginManager.getClassLoader(IPlatformPlugin plugin)
           
 Object DefaultPluginManager.getPluginSetting(IPlatformPlugin plugin, String key, String defaultValue)