edu.ou.mlfw.ladder
Class Ladder.Arguments

java.lang.Object
  extended by edu.ou.mlfw.ladder.Ladder.Arguments
Enclosing class:
Ladder

public static class Ladder.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
           
 
Constructor Summary
Ladder.Arguments(java.io.File configLocation)
           
 
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
Constructor Detail

Ladder.Arguments

public Ladder.Arguments(java.io.File configLocation)