Package org.pentaho.di.www
Class Carte
- java.lang.Object
-
- org.pentaho.di.www.Carte
-
public class Carte extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Carte.CarteCommandException
Exception generated when command line fails
-
Constructor Summary
Constructors Constructor Description Carte(SlaveServerConfig config)
Carte(SlaveServerConfig config, Boolean joinOverride)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SlaveServerConfig
getConfig()
WebServer
getWebServer()
static void
main(String[] args)
static void
runCarte(SlaveServerConfig config)
void
setConfig(SlaveServerConfig config)
void
setWebServer(WebServer webServer)
-
-
-
Constructor Detail
-
Carte
public Carte(SlaveServerConfig config) throws Exception
- Throws:
Exception
-
Carte
public Carte(SlaveServerConfig config, Boolean joinOverride) throws Exception
- Throws:
Exception
-
-
Method Detail
-
main
public static void main(String[] args)
-
runCarte
public static void runCarte(SlaveServerConfig config) throws Exception
- Throws:
Exception
-
getWebServer
public WebServer getWebServer()
- Returns:
- the webServer
-
setWebServer
public void setWebServer(WebServer webServer)
- Parameters:
webServer
- the webServer to set
-
getConfig
public SlaveServerConfig getConfig()
- Returns:
- the slave server (Carte) configuration
-
setConfig
public void setConfig(SlaveServerConfig config)
- Parameters:
config
- the slave server (Carte) configuration
-
-