Interface Importer

    • Method Detail

      • execute

        boolean execute​(ContainerLoader loader)
        Run the import process.
        Parameters:
        loader - the container where imported data will be pushed
        Returns:
        true if the import is successful or false if it has been cancelled
      • getContainer

        ContainerLoader getContainer()
        Returns the import container. The container is the import "result", all data found during import are being pushed to the container.
        Returns:
        the import container
      • getReport

        Report getReport()
        Returns the import report, filled with logs and potential issues.
        Returns:
        the import report