Interface FileImporter.FileAware

  • Enclosing interface:
    FileImporter

    public static interface FileImporter.FileAware
    Optional interface to implement for FileImporter classes that need to receive the source file instead of the Reader
    • Method Detail

      • setFile

        void setFile​(File file)
        Called before showing the ImporterUI and before executing the importer.
        Parameters:
        file - Source file