|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni.leipzig.IR15.Importer.Importer
de.uni.leipzig.IR15.Importer.DEXImporter
public class DEXImporter
Importer to load all data from mysql to dex database.
Nested Class Summary | |
---|---|
static class |
DEXImporter.RelTypes
Relation types |
Constructor Summary | |
---|---|
DEXImporter()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of the importer. |
void |
importData()
Import all data from mysql to dex database. |
void |
setUp()
Setup the importer, reset and get a connection to the database. |
void |
tearDown()
Destroy the database connection after running the importer. |
Methods inherited from class de.uni.leipzig.IR15.Importer.Importer |
---|
reset, setUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DEXImporter()
Method Detail |
---|
public void setUp()
setUp
in class Importer
public void tearDown()
tearDown
in class Importer
public void importData()
importData
in class Importer
public java.lang.String getName()
getName
in class Importer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |