|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgecco.server.startup.GlobalConf
This class loads the settings stored in global.conf.
Constructor Summary | |
GlobalConf(Reader in)
The constructor parses the file immediately. |
Method Summary | |
AutomatonMap |
getAutomatonMap()
Gets the automaton map. |
int |
getConnectionPort()
Gets the connection port. |
double |
getNormalSpeed()
Gets the normal speed. |
double |
getStartTime()
Gets the start time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GlobalConf(Reader in) throws IOException, SyntaxErrorException, ParseErrorException
in
- The configuration is read from this.
IOException
- If there is an I/O error.
SyntaxErrorException
- If there is a syntax error.
ParseErrorException
- If there is a parse error.Method Detail |
public AutomatonMap getAutomatonMap()
public int getConnectionPort()
public double getStartTime()
public double getNormalSpeed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |