public class Carte extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Carte.CarteCommandException
Exception generated when command line fails
|
| 构造器和说明 |
|---|
Carte(SlaveServerConfig config) |
Carte(SlaveServerConfig config,
Boolean joinOverride) |
| 限定符和类型 | 方法和说明 |
|---|---|
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
Exceptionpublic Carte(SlaveServerConfig config, Boolean joinOverride) throws Exception
Exceptionpublic static void main(String[] args)
public static void runCarte(SlaveServerConfig config) throws Exception
Exceptionpublic 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 © 2024 Hitachi Vantara. All rights reserved.