|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.dataloader.DataLoader
public abstract class DataLoader
Loads information from a data source into the InterMine database. This class defines a member variable referencing an IntegrationWriter, which all DataLoaders require.
| Constructor Summary | |
|---|---|
DataLoader(IntegrationWriter iw)
Construct a DataLoader |
|
| Method Summary | |
|---|---|
IntegrationWriter |
getIntegrationWriter()
Return the IntegrationWriter that was passed to the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataLoader(IntegrationWriter iw)
iw - an IntegrationWriter to write to| Method Detail |
|---|
public IntegrationWriter getIntegrationWriter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||