public class Carte extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Carte.CarteCommandException
Exception generated when command line fails
|
Constructor and Description |
---|
Carte(SlaveServerConfig config) |
Carte(SlaveServerConfig config,
Boolean joinOverride) |
Modifier and Type | Method and Description |
---|---|
SlaveServerConfig |
getConfig() |
WebServer |
getWebServer() |
static void |
main(String[] args) |
static void |
runCarte(SlaveServerConfig config) |
void |
setConfig(SlaveServerConfig config) |
void |
setWebServer(WebServer webServer) |
public Carte(SlaveServerConfig config) throws Exception
Exception
public Carte(SlaveServerConfig config, Boolean joinOverride) throws Exception
Exception
public static void main(String[] args)
public static void runCarte(SlaveServerConfig config) throws Exception
Exception
public WebServer getWebServer()
public void setWebServer(WebServer webServer)
webServer
- the webServer to setpublic SlaveServerConfig getConfig()
public void setConfig(SlaveServerConfig config)
config
- the slave server (Carte) configurationCopyright © 2018 Hitachi Vantara. All rights reserved.