net.datacrow.core.migration.moduleimport
Class ModuleImporter

java.lang.Object
  extended by net.datacrow.core.migration.moduleimport.ModuleImporter

public class ModuleImporter
extends java.lang.Object

This importer is capable of importing a module and its related information. The importer takes care of clashes with the module indices. The actual data import is managed by the startup process (DcModule.getDefaultData()).

Author:
Robert Jan van der Waals

Constructor Summary
ModuleImporter(java.io.File file)
           
 
Method Summary
 void cancel()
           
 void start(IModuleWizardClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleImporter

public ModuleImporter(java.io.File file)
Method Detail

start

public void start(IModuleWizardClient client)

cancel

public void cancel()