Uses of Class
edu.wisc.game.rest.FileWriteReport
-
Packages that use FileWriteReport Package Description edu.wisc.game.rest The RESTful web API -
-
Uses of FileWriteReport in edu.wisc.game.rest
Subclasses of FileWriteReport in edu.wisc.game.rest Modifier and Type Class Description class
ChatWriteReport
class
GuessWriteReport
This data structure is converted to JSON and send to the client in response to the /guess web API call.Methods in edu.wisc.game.rest that return FileWriteReport Modifier and Type Method Description FileWriteReport
GameService2. guess(String playerId, String episodeId, String text, int confidence)
Records a player's guess about the rules.static FileWriteReport
ChatWriteReport. writeChat(String moverPlayerId, String text)
Records a chat line (a text message sent by a 2PG player to his partner)FileWriteReport
GameService. writeFile(String dir, String file, String appendString, String data)
Writes an arbitrary file to somewhere within the saved files directory.
-