public class GameSpecificationParser
extends java.lang.Object
Constructor and Description |
---|
GameSpecificationParser(Config config,
GameLogger logger)
construct an empty parser
|
Modifier and Type | Method and Description |
---|---|
boolean |
load(java.lang.String gameName,
GameSpecification specs)
load the game specification for the specified game.
|
public GameSpecificationParser(Config config, GameLogger logger)
public boolean load(java.lang.String gameName, GameSpecification specs) throws java.lang.Exception
java.lang.Exception