org.pentaho.test.platform.engine.core
Class MicroPlatform

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
      extended by org.pentaho.test.platform.engine.core.MicroPlatform

public class MicroPlatform
extends PentahoSystemBoot

This is a test-oriented booter class that extends PentahoSystemBoot.

Author:
aphillips
See Also:
PentahoSystemBoot

Constructor Summary
MicroPlatform()
           
MicroPlatform(String solutionPath)
           
MicroPlatform(String solutionPath, IPentahoDefinableObjectFactory factory)
           
MicroPlatform(String solutionPath, String baseUrl)
           
MicroPlatform(String solutionPath, String baseUrl, IPentahoDefinableObjectFactory factory)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
addAdminAction, addLifecycleListener, addStartupAction, define, define, define, define, define, getFactory, getFilePath, getLifecycleListeners, getSettingsProvider, getStartupActions, init, isInitialized, setAdminActions, setBaseUrl, setFactory, setFilePath, setLifecycleListeners, setSettingsProvider, setStartupActions, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroPlatform

public MicroPlatform()

MicroPlatform

public MicroPlatform(String solutionPath)

MicroPlatform

public MicroPlatform(String solutionPath,
                     String baseUrl)

MicroPlatform

public MicroPlatform(String solutionPath,
                     IPentahoDefinableObjectFactory factory)

MicroPlatform

public MicroPlatform(String solutionPath,
                     String baseUrl,
                     IPentahoDefinableObjectFactory factory)