public class ImporterEdgeList extends Object implements DatabaseImporter
| Constructor and Description |
|---|
ImporterEdgeList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ContainerLoader container)
Run the import process.
|
ContainerLoader |
getContainer()
Returns the import container.
|
Database |
getDatabase()
Returns the current database description, connection details and queries
|
Report |
getReport()
Returns the import report, filled with logs and potential issues.
|
void |
setDatabase(Database database)
Sets the database description, connection details and queries
|
public boolean execute(ContainerLoader container)
Importerpublic void setDatabase(Database database)
DatabaseImportersetDatabase in interface DatabaseImporterdatabase - the database that is to be used to importpublic Database getDatabase()
DatabaseImportergetDatabase in interface DatabaseImporterpublic ContainerLoader getContainer()
ImportergetContainer in interface ImporterCopyright © 2007–2017. All rights reserved.