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