public class ServerRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isLab |
| Constructor and Description |
|---|
ServerRunner()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doCompress()
Indicates whether to compress evaluation results.
|
static boolean |
doDelete()
Indicates whether to delete logs from evaluation results.
|
static String |
getExecutionDir()
Gets current execution directory.
|
protected File |
getFreeTask()
Gets new task to evaluate.
|
static int |
getPathRecordsLimit()
Gets limit of path records before restart of the server.
|
static String |
getRecordsPath()
Gets the path for records.
|
List<File> |
getTasks()
Gets list of tasks.
|
static String |
getUnrealHome()
Gets UT2004 home directory.
|
void |
initTasks(String[] args)
Initializes a list of
IEvaluationTask represented in XML by
XSTream serialization. |
static void |
main(String[] args)
Main method for ServerRunner.
|
public static final boolean isLab
public static boolean doCompress()
public static boolean doDelete()
public static String getExecutionDir()
public static String getUnrealHome()
public static String getRecordsPath()
public static int getPathRecordsLimit()
public void initTasks(String[] args)
IEvaluationTask represented in XML by
XSTream serialization. Uses passed directory or current of omitted.args - public static void main(String[] args)
args - cz.cuni.amis.utils.exception.PogamutExceptionprotected File getFreeTask()
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.