Package org.pentaho.di.www
Class Carte
java.lang.Object
org.pentaho.di.www.Carte
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException generated when command line fails -
Constructor Summary
ConstructorsConstructorDescriptionCarte(SlaveServerConfig config) Carte(SlaveServerConfig config, Boolean joinOverride) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidrunCarte(SlaveServerConfig config) voidsetConfig(SlaveServerConfig config) voidsetWebServer(WebServer webServer)
-
Constructor Details
-
Method Details
-
main
-
runCarte
- Throws:
Exception
-
getWebServer
- Returns:
- the webServer
-
setWebServer
- Parameters:
webServer- the webServer to set
-
getConfig
- Returns:
- the slave server (Carte) configuration
-
setConfig
- Parameters:
config- the slave server (Carte) configuration
-