|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.plugin.services.pluginmgr.SystemPathXmlPluginProvider
public class SystemPathXmlPluginProvider
An implmentation of IPluginProvider
that searches for plugin.xml files in the Pentaho
system path and instantiates IPlatformPlugin
s from the information in those files.
Constructor Summary | |
---|---|
SystemPathXmlPluginProvider()
|
Method Summary | |
---|---|
java.util.List<IPlatformPlugin> |
getPlugins(IPentahoSession session)
Gets the list of plugins that this provider class has discovered. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPathXmlPluginProvider()
Method Detail |
---|
public java.util.List<IPlatformPlugin> getPlugins(IPentahoSession session) throws PlatformPluginRegistrationException
getPlugins
in interface IPluginProvider
session
- the current session
PlatformPluginRegistrationException
- if there is a problem preventing the impl from looking for pluginsIPluginProvider#getPlugins()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |