|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginBeanException | |
---|---|
org.pentaho.platform.api.engine | |
org.pentaho.platform.plugin.services.pluginmgr | |
org.pentaho.test.platform.engine.core |
Uses of PluginBeanException in org.pentaho.platform.api.engine |
---|
Methods in org.pentaho.platform.api.engine that throw PluginBeanException | |
---|---|
java.lang.Object |
IPluginManager.getBean(java.lang.String beanId)
If any plugins have registered a bean by id beanId, this method will return a new instance of the object. |
java.lang.Class<?> |
IPluginManager.loadClass(java.lang.String beanId)
Returns a loaded class for the bean registered as beanId. |
Uses of PluginBeanException in org.pentaho.platform.plugin.services.pluginmgr |
---|
Methods in org.pentaho.platform.plugin.services.pluginmgr that throw PluginBeanException | |
---|---|
java.lang.Object |
DefaultPluginManager.getBean(java.lang.String beanId)
|
java.lang.Class<?> |
DefaultPluginManager.loadClass(java.lang.String beanId)
|
Uses of PluginBeanException in org.pentaho.test.platform.engine.core |
---|
Methods in org.pentaho.test.platform.engine.core that throw PluginBeanException | |
---|---|
java.lang.Object |
PluginManagerAdapter.getBean(java.lang.String beanId)
|
java.lang.Class<?> |
PluginManagerAdapter.loadClass(java.lang.String beanId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |