Class AbstractImpexRunnerTask

    • Constructor Detail

      • AbstractImpexRunnerTask

        public AbstractImpexRunnerTask()
    • Method Detail

      • execute

        public BatchHeader execute​(BatchHeader header)
                            throws java.io.FileNotFoundException
        Description copied from interface: HeaderTask
        Executes a task with a predefined BatchHeader identifying all relevant process information.
        Specified by:
        execute in interface HeaderTask
        Returns:
        the header
        Throws:
        java.io.FileNotFoundException
      • processFile

        protected void processFile​(java.io.File file,
                                   java.lang.String encoding)
                            throws java.io.FileNotFoundException
        Process an impex file using the given encoding
        Parameters:
        file -
        encoding -
        Throws:
        java.io.FileNotFoundException
      • setSessionService

        public void setSessionService​(SessionService sessionService)
      • setImportService

        public void setImportService​(ImportService importService)
      • getImportConfig

        public abstract ImportConfig getImportConfig()
        Lookup method to return the import config
        Returns:
        import config