| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.tournament.botexecution | |
| cz.cuni.amis.pogamut.ut2004.tournament.match |
| Modifier and Type | Field and Description |
|---|---|
protected UT2004BotExecutionConfig |
UT2004BotExecution.config |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotExecutionConfig |
UT2004BotExecutionConfig.setBotId(cz.cuni.amis.utils.token.IToken botId)
Sets ID of this bot configuration.
|
UT2004BotExecutionConfig |
UT2004BotExecutionConfig.setBotId(String botId)
Sets ID of this bot configuration.
|
UT2004BotExecutionConfig |
UT2004BotExecutionConfig.setPathToBotJar(String pathToBotJar)
Sets the path to jar-file of the bot.
|
UT2004BotExecutionConfig |
UT2004BotExecutionConfig.setRedirectStdErr(boolean redirectStdErr)
Sets whether the StdErr of the bot execution should be redirected to log (== true, default) or sunk (== false).
|
UT2004BotExecutionConfig |
UT2004BotExecutionConfig.setRedirectStdOut(boolean redirectStdOut)
Sets whether the StdOut of the bot execution should be redirected to log (== true, default) or sunk (== false).
|
| Constructor and Description |
|---|
UT2004BotExecution(UT2004BotExecutionConfig config,
Logger log) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004BotConfig
Describes configuration of the custom-bot created using Pogamut platform.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.