edu.ou.mlfw.ladder
Class LadderClient.Arguments
java.lang.Object
edu.ou.mlfw.ladder.LadderClient.Arguments
- Enclosing class:
- LadderClient
public static class LadderClient.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 |
serverAddr
public final java.lang.String serverAddr
serverPort
public final int serverPort
LadderClient.Arguments
public LadderClient.Arguments(java.lang.String serverAddr,
int serverPort)