Uses of Class
edu.wisc.game.rest.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
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 episodeId, String text, int confidence)
Records a player's guess about the rules.FileWriteReport
GameService. writeFile(String dir, String file, String appendString, String data)