translate
Class MapExporter

java.lang.Object
  extended by translate.MapExporter

public class MapExporter
extends java.lang.Object

Class for exported a map to an XML file.


Constructor Summary
MapExporter()
           
 
Method Summary
 void exportMap(Map map, java.lang.String mapFile)
          Exports the map to the specifed file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapExporter

public MapExporter()
Method Detail

exportMap

public void exportMap(Map map,
                      java.lang.String mapFile)
Exports the map to the specifed file.

Parameters:
map - - the map to save
mapFile - - the file to write