public static class UCCWrapper.UCCWrapperConf extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static UCCWrapper.UCCWrapperConf |
DEFAULTS |
| Constructor and Description |
|---|
UCCWrapper.UCCWrapperConf() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDefaults(UCCWrapper.UCCWrapperConf defaults) |
UCCWrapper.UCCWrapperConf |
setBotServerPort(Integer botServerPort) |
UCCWrapper.UCCWrapperConf |
setControlServerPort(Integer controlServerPort) |
UCCWrapper.UCCWrapperConf |
setGameBotsPack(String gameBotsPack)
Eg.
|
UCCWrapper.UCCWrapperConf |
setGameType(String gameType)
Eg.
|
UCCWrapper.UCCWrapperConf |
setLogger(Logger log)
Logger used by the UCC.
|
UCCWrapper.UCCWrapperConf |
setMapName(String mapName) |
UCCWrapper.UCCWrapperConf |
setOptions(String options)
Can be used for setting mutators etc.
|
UCCWrapper.UCCWrapperConf |
setOtherCommandLineParameters(String otherCommandLineParameters) |
UCCWrapper.UCCWrapperConf |
setStartOnUnusedPort(boolean startOnUnusedPort)
Forces UCC to find free port and start on it, otherwise it will start on ports 3000 + 3001.
|
UCCWrapper.UCCWrapperConf |
setWineprefix(String wineprefix)
UNIX-only option
|
public static final UCCWrapper.UCCWrapperConf DEFAULTS
public void applyDefaults(UCCWrapper.UCCWrapperConf defaults)
public UCCWrapper.UCCWrapperConf setStartOnUnusedPort(boolean startOnUnusedPort)
startOnUnusedPort - public UCCWrapper.UCCWrapperConf setGameBotsPack(String gameBotsPack)
gameBotsPack - public UCCWrapper.UCCWrapperConf setMapName(String mapName)
public UCCWrapper.UCCWrapperConf setGameType(String gameType)
public UCCWrapper.UCCWrapperConf setOptions(String options)
options - public UCCWrapper.UCCWrapperConf setLogger(Logger log)
log - public UCCWrapper.UCCWrapperConf setOtherCommandLineParameters(String otherCommandLineParameters)
public UCCWrapper.UCCWrapperConf setBotServerPort(Integer botServerPort)
public UCCWrapper.UCCWrapperConf setControlServerPort(Integer controlServerPort)
public UCCWrapper.UCCWrapperConf setWineprefix(String wineprefix)
wineprefix - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.