game.maps
Class MapFileParser

java.lang.Object
  extended bygame.maps.MapFileParser
All Implemented Interfaces:
FileParser

public class MapFileParser
extends java.lang.Object
implements FileParser


Field Summary
 
Fields inherited from interface game.FileParser
gunDetails, gunLoads, mapDetails, mapLoads, missileDetails, missileLoads, shipDetails, shipLoads
 
Constructor Summary
MapFileParser()
           
 
Method Summary
static Map getMap(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFileParser

public MapFileParser()
Method Detail

getMap

public static Map getMap(java.lang.String filename)