net.datacrow.core.migration.itemimport
Class XmlImporter

java.lang.Object
  extended by net.datacrow.core.migration.ItemMigrater
      extended by net.datacrow.core.migration.itemimport.ItemImporter
          extended by net.datacrow.core.migration.itemimport.XmlImporter

public class XmlImporter
extends ItemImporter


Field Summary
 
Fields inherited from class net.datacrow.core.migration.itemimport.ItemImporter
client, mappings
 
Fields inherited from class net.datacrow.core.migration.ItemMigrater
_MODE_NON_THREADED, _MODE_THREADED, file, key, mode, moduleIdx, task
 
Constructor Summary
XmlImporter(int moduleIdx, int mode)
           
 
Method Summary
 void cancel()
           
 java.lang.String getName()
           
 java.lang.String[] getSupportedFileTypes()
           
 DcThread getTask()
           
protected  void initialize()
           
 
Methods inherited from class net.datacrow.core.migration.itemimport.ItemImporter
addMapping, clearMappings, getSetting, getSettingKeys, getSourceFields, getSourceMappings, getTargetField, requiresMapping, setClient, setSetting, setValue
 
Methods inherited from class net.datacrow.core.migration.ItemMigrater
getFile, getIcon, getKey, getModule, setFile, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlImporter

public XmlImporter(int moduleIdx,
                   int mode)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

initialize

protected void initialize()
Specified by:
initialize in class ItemMigrater

getTask

public DcThread getTask()
Specified by:
getTask in class ItemMigrater

getSupportedFileTypes

public java.lang.String[] getSupportedFileTypes()
Specified by:
getSupportedFileTypes in class ItemImporter

cancel

public void cancel()
Overrides:
cancel in class ItemMigrater

getName

public java.lang.String getName()
Specified by:
getName in class ItemMigrater