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

Packages that use IPluginManager
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.platform.web.servlet   
org.pentaho.test.platform.engine.core   
 

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

Classes in org.pentaho.platform.plugin.services.pluginmgr that implement IPluginManager
 class AbstractPluginManager
          This class implements the boilerplate plugin indexing code that any IPluginManager implementation would have to support.
 class DefaultPluginManager
           
 

Uses of IPluginManager in org.pentaho.platform.web.servlet
 

Methods in org.pentaho.platform.web.servlet with parameters of type IPluginManager
 boolean LocalizationServlet.isMessageCachingEnabled(IPluginManager pm, String pluginId)
          Should the messages in the Resource Bundle be cached?
 

Uses of IPluginManager in org.pentaho.test.platform.engine.core
 

Classes in org.pentaho.test.platform.engine.core that implement IPluginManager
 class PluginManagerAdapter