|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Importer
Interface for classes which imports data from files, databases, streams or other sources.
Importers are built from ImporterBuilder
services and can be configured
by ImporterUI
classes.
ImportController
Method Summary | |
---|---|
boolean |
execute(ContainerLoader loader)
Run the import processus. |
ContainerLoader |
getContainer()
Returns the import container. |
Report |
getReport()
Returns the import report, filled with logs and potential issues. |
Method Detail |
---|
boolean execute(ContainerLoader loader)
loader
- the container where imported data will be pushed
true
if the import is successfull or
false
if it has been cancelledContainerLoader getContainer()
Report getReport()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |