edu.ou.mlfw.ladder
Class LadderServer.Arguments
java.lang.Object
edu.ou.mlfw.ladder.LadderServer.Arguments
- Enclosing class:
- LadderServer
public static class LadderServer.Arguments
- extends java.lang.Object
A throwaway class that encapsulates the command line arguments for
World. configLocation stores the file location where the world should
look for its LadderConfiguration file, and gui is a boolean flag
indicating whether or not graphics should be displayed.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configLocation
public final java.io.File configLocation
serverPort
public final int serverPort
LadderServer.Arguments
public LadderServer.Arguments(java.io.File configLocation,
int serverPort)