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
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) configuration