anecho.JamochaMUD
Class ImportExport

java.lang.Object
  extended by anecho.JamochaMUD.ImportExport

public class ImportExport
extends java.lang.Object

This class is used for the importing and exporting of JamochaMUD settings


Method Summary
 void exportSettings()
          Gather all our settings and export them to a file
static ImportExport getInstance()
          Returns an instance of ImportExport
 void importSettings()
          Import previously saved settings into JamochaMUD.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ImportExport getInstance()
Returns an instance of ImportExport

Returns:
Returns a running instance of ImportExport.

exportSettings

public void exportSettings()
Gather all our settings and export them to a file


importSettings

public void importSettings()
Import previously saved settings into JamochaMUD. JamochaMUD will need to be shutdown before this can proceed, as we keep some specific variable information inStrm our settings.