net.datacrow.core.migration.itemexport
Class ItemExporters

java.lang.Object
  extended by net.datacrow.core.migration.itemexport.ItemExporters

public class ItemExporters
extends java.lang.Object


Method Summary
 ItemExporter getExporter(java.lang.String type, int moduleIdx)
           
 ItemExporter getExporter(java.lang.String type, int moduleIdx, int mode)
           
 java.util.Collection<ItemExporter> getExporters(int moduleIdx)
           
static ItemExporters getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ItemExporters getInstance()

getExporters

public java.util.Collection<ItemExporter> getExporters(int moduleIdx)

getExporter

public ItemExporter getExporter(java.lang.String type,
                                int moduleIdx)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getExporter

public ItemExporter getExporter(java.lang.String type,
                                int moduleIdx,
                                int mode)
                         throws java.lang.Exception
Throws:
java.lang.Exception