|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.navigation.evaluator.ServerRunner
public class ServerRunner
Server runner for evaluation. Capable of multiple concurrent evaluations.
| Field Summary | |
|---|---|
static boolean |
isLab
|
| Constructor Summary | |
|---|---|
ServerRunner()
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean isLab
| Constructor Detail |
|---|
public ServerRunner()
| Method Detail |
|---|
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()
public List<File> getTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||