projectviewer.persist
Class OldConfigLoader

java.lang.Object
  extended byprojectviewer.persist.OldConfigLoader

public final class OldConfigLoader
extends java.lang.Object

Class that takes care of loading old config files into the new virtual-tree object style. Since saving is always done in the new way, there's no need to worry about saving in the old format.

Version:
$Id: OldConfigLoader.java 6295 2004-12-06 02:50:27Z vanza $
Author:
Marcelo Vanzin

Method Summary
static void load(ProjectManager manager)
          Loads the old configuration data into the new object style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static void load(ProjectManager manager)
                 throws java.io.IOException
Loads the old configuration data into the new object style.

Throws:
java.io.IOException