edu.ou.mlfw.ladder
Class LadderClient.Arguments

java.lang.Object
  extended by 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.


Field Summary
 java.lang.String serverAddr
           
 int serverPort
           
 
Constructor Summary
LadderClient.Arguments(java.lang.String serverAddr, int serverPort)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverAddr

public final java.lang.String serverAddr

serverPort

public final int serverPort
Constructor Detail

LadderClient.Arguments

public LadderClient.Arguments(java.lang.String serverAddr,
                              int serverPort)