nan.tools
Class SettingsArchiver

java.lang.Object
  extended bynan.tools.SettingsArchiver

public class SettingsArchiver
extends java.lang.Object

Handles archival functions so the settings can be remote saved easily.

Version:
1.3, 1/3/04
Author:
John David Ratliff

Method Summary
static void archive()
          Archives the settings to the Nan ARCHIVE_FILE.
static void unarchive()
          Unarchives the NaN ARCHIVE_FILE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

archive

public static void archive()
Archives the settings to the Nan ARCHIVE_FILE.


unarchive

public static void unarchive()
Unarchives the NaN ARCHIVE_FILE.