Package org.pentaho.di.www
Class Carte
java.lang.Object
org.pentaho.di.www.Carte
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception generated when command line fails -
Constructor Summary
ConstructorDescriptionCarte
(SlaveServerConfig config) Carte
(SlaveServerConfig config, Boolean joinOverride) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
runCarte
(SlaveServerConfig config) void
setConfig
(SlaveServerConfig config) void
setWebServer
(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
-