org.gcube.contentmanagement.codelistmanager.util
Class ImporterInterface
java.lang.Object
org.gcube.contentmanagement.codelistmanager.util.ImporterInterface
- Direct Known Subclasses:
- CSVImport, SDMXImport
public abstract class ImporterInterface
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImporterInterface
public ImporterInterface()
getTotalLines
public abstract int getTotalLines()
getTableDefinition
public abstract List<org.gcube.common.dbinterface.ColumnDefinition> getTableDefinition()
getFieldsName
public abstract Hashtable<String,TableField> getFieldsName()
initialize
public abstract void initialize()
throws Exception
- Throws:
Exception
process
public abstract void process(org.gcube.common.dbinterface.tables.SimpleTable table,
ProgresChangedEvent event)
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.