Uses of Package
edu.wisc.game.util
Package | Description |
---|---|
edu.wisc.game.engine |
Top-level Game Server code
|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.saved | |
edu.wisc.game.sql |
Persistent data structures
|
edu.wisc.game.tools | |
edu.wisc.game.util |
Auxiliary classes
|
-
Classes in edu.wisc.game.util used by edu.wisc.game.engine Class Description IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalid -
Classes in edu.wisc.game.util used by edu.wisc.game.rest Class Description CsvData Represents the entire content of a CSV file.IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalid -
Classes in edu.wisc.game.util used by edu.wisc.game.saved Class Description CsvData.BasicLineEntry IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalid -
Classes in edu.wisc.game.util used by edu.wisc.game.sql Class Description IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalidMainConfig Accessing the main configuration file of the Game Server, which can be used by the site administrator to override some defaults.ParseConfig This class is used to obtain configuration parameters, from a configuration file or from Java System Properties.RandomRG -
Classes in edu.wisc.game.util used by edu.wisc.game.tools Class Description IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalid -
Classes in edu.wisc.game.util used by edu.wisc.game.util Class Description CsvData.BasicLineEntry CsvData.LineEntry IllegalInputException An exception of this type is thrown when we want to report to the user that the data he's entered are invalidMainConfig Accessing the main configuration file of the Game Server, which can be used by the site administrator to override some defaults.