Uses of Class
org.pentaho.platform.api.engine.PluginBeanException
-
Packages that use PluginBeanException Package Description org.pentaho.platform.api.engine -
-
Uses of PluginBeanException in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that throw PluginBeanException Modifier and Type Method Description Object
IPluginManager. getBean(String beanId)
If any plugins have registered a bean by id beanId, this method will return a new instance of the object.Class<?>
IPluginManager. loadClass(String beanId)
Returns a loaded class for the bean registered as beanId.
-