public class Carte extends Object
Constructor and Description |
---|
Carte(SlaveServerConfig config) |
Modifier and Type | Method and Description |
---|---|
static Trans |
generateTestTransformation() |
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 static void runCarte(SlaveServerConfig config) throws Exception
Exception
public static Trans generateTestTransformation()
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) configuration