Class PluginAdapter
- java.lang.Object
-
- org.pentaho.platform.plugin.services.pluginmgr.PluginAdapter
-
- All Implemented Interfaces:
org.pentaho.platform.api.engine.IPentahoPublisher,org.pentaho.platform.api.engine.IPentahoSystemListener
public class PluginAdapter extends Object implements org.pentaho.platform.api.engine.IPentahoSystemListener, org.pentaho.platform.api.engine.IPentahoPublisher
-
-
Constructor Summary
Constructors Constructor Description PluginAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()Stringpublish(org.pentaho.platform.api.engine.IPentahoSession session, int loggingLevel)voidshutdown()booleanstartup(org.pentaho.platform.api.engine.IPentahoSession session)
-
-
-
Method Detail
-
startup
public boolean startup(org.pentaho.platform.api.engine.IPentahoSession session)
- Specified by:
startupin interfaceorg.pentaho.platform.api.engine.IPentahoSystemListener
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.pentaho.platform.api.engine.IPentahoSystemListener
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.pentaho.platform.api.engine.IPentahoPublisher
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.pentaho.platform.api.engine.IPentahoPublisher
-
publish
public String publish(org.pentaho.platform.api.engine.IPentahoSession session, int loggingLevel)
- Specified by:
publishin interfaceorg.pentaho.platform.api.engine.IPentahoPublisher
-
-