org.acm.seguin.summary.load
Class RapidLoader

java.lang.Object
  extended by org.acm.seguin.summary.load.RapidLoader

public class RapidLoader
extends java.lang.Object

This code is responsible for speeding the loading and saving of the meta data about the different classes.

Author:
Chris Seguin

Nested Class Summary
 class RapidLoader.SaveThread
          Separate thread to save the data to the serialized object file
 
Constructor Summary
RapidLoader()
           
 
Method Summary
 void load()
          This will load the classes
 void save()
          This will save the classes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidLoader

public RapidLoader()
Method Detail

save

public void save()
This will save the classes


load

public void load()
This will load the classes