Package org.gephi.io.importer.spi
Interface FileImporter.FileAware
-
- Enclosing interface:
- FileImporter
public static interface FileImporter.FileAware
Optional interface to implement forFileImporter
classes that need to receive the source file instead of theReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFile(File file)
Called before showing theImporterUI
and before executing the importer.
-
-
-
Method Detail
-
setFile
void setFile(File file)
Called before showing theImporterUI
and before executing the importer.- Parameters:
file
- Source file
-
-