Uses of Interface
org.pentaho.platform.api.engine.IPentahoSystemEntryPoint
-
Packages that use IPentahoSystemEntryPoint Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoSystemEntryPoint in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine with parameters of type IPentahoSystemEntryPoint Modifier and Type Method Description void
IApplicationContext. addEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
Adds an entry point handler.void
IApplicationContext. removeEntryPointHandler(IPentahoSystemEntryPoint entryPoint)
Removes an entry point handler.
-