edu.ou.mlfw.ladder
Class LadderServer.Arguments

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


Field Summary
 java.io.File configLocation
           
 int serverPort
           
 
Constructor Summary
LadderServer.Arguments(java.io.File configLocation, int serverPort)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configLocation

public final java.io.File configLocation

serverPort

public final int serverPort
Constructor Detail

LadderServer.Arguments

public LadderServer.Arguments(java.io.File configLocation,
                              int serverPort)