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

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Record
public class Record
Representation of the GameBots2004 command REC. Server will start recording demo of current game. Command is confirmed by RECSTART message.
| Field Summary | |
|---|---|
protected String |
FileName
Name of the saved demo file. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
| Constructor Summary | |
|---|---|
Record()
Creates new instance of command Record. |
|
Record(Record original)
Cloning constructor. |
|
Record(String FileName)
Creates new instance of command Record. |
|
| Method Summary | |
|---|---|
String |
getFileName()
Name of the saved demo file. |
Record |
setFileName(String FileName)
Name of the saved demo file. |
String |
toHtmlString()
|
String |
toMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOTYPE
protected String FileName
| Constructor Detail |
|---|
public Record(String FileName)
FileName - Name of the saved demo file. The file will be located on the
server.public Record()
public Record(Record original)
original - | Method Detail |
|---|
public String getFileName()
public Record setFileName(String FileName)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||