public interface Importer
Importers are built from ImporterBuilder
services and can be
configured by ImporterUI
classes.
ImportController
Modifier and Type | Method and Description |
---|---|
boolean |
execute(ContainerLoader loader)
Run the import process.
|
ContainerLoader |
getContainer()
Returns the import container.
|
Report |
getReport()
Returns the import report, filled with logs and potential issues.
|
boolean execute(ContainerLoader loader)
loader
- the container where imported data will be pushedtrue
if the import is successful or
false
if it has been cancelledContainerLoader getContainer()
Report getReport()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.