Interface BibliographicInputProcessor

    • Method Detail

      • processRecord

        void processRecord​(org.marc4j.marc.Record marc4jRecord,
                           int recordNumber)
                    throws IOException
        Throws:
        IOException
      • beforeIteration

        void beforeIteration()
      • fileOpened

        void fileOpened​(Path path)
      • fileProcessed

        void fileProcessed()
      • afterIteration

        void afterIteration​(int numberOfprocessedRecords)
      • printHelp

        void printHelp​(org.apache.commons.cli.Options options)
      • readyToProcess

        boolean readyToProcess()