Class ImportBatchParser.BatchingImpexReader

    • Constructor Detail

    • Method Detail

      • execute

        public void execute​(AbstractCodeLine line,
                            java.util.Map csvLine)
        Description copied from class: ImpExReader
        Executes the code line at the bean shell.
        Overrides:
        execute in class ImpExReader
        Parameters:
        line - the code line
        csvLine - current line object for context variable 'line'
      • processMarkerCodeLine

        protected boolean processMarkerCodeLine​(AbstractCodeLine line)
                                         throws ImpExException
        Description copied from class: ImpExReader
        Processes the special logic of the marker set to the given code line and returns true, if the code line should be executed or the marker prohibits the execution.
        Overrides:
        processMarkerCodeLine in class ImpExReader
        Parameters:
        line - the code line with set marker
        Returns:
        true, if line has to be executed
        Throws:
        ImpExException - the marker set to the code line is unknown