|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot org.pentaho.platform.plugin.boot.PentahoBoot
public class PentahoBoot
This class is designed to help embedded deployments start the Pentaho system
Constructor Summary | |
---|---|
PentahoBoot()
|
Method Summary | |
---|---|
void |
enableDataIntegration()
Enables the components necessary to create reports |
void |
enableMetadata()
Enables the metadata services |
void |
enableOlap()
Enables the components necessary to create reports |
void |
enablePluginManager()
Enables the plugin manager |
void |
enablePooledDatasources()
Enables the pooled datasources |
void |
enableReporting()
Enables the components necessary to create reports |
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, setFactory, setFilePath, setFullyQualifiedServerUrl, setLifecycleListeners, setSettingsProvider, setStartupActions, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PentahoBoot()
Method Detail |
---|
public void enableReporting()
public void enableOlap()
public void enablePluginManager()
public void enablePooledDatasources()
public void enableMetadata()
public void enableDataIntegration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |