Interface ProductionZipEntriesErrorsCollector

    • Method Detail

      • collect

        void collect​(SafeZipEntry entry)
        collects informtion from given zip entry
        Parameters:
        entry - the zip entry, can be a file or directory
      • finish

        void finish()
        Allows to react on finishing the collecting process, e.g. some post processing, etc...
      • getErrors

        java.util.List<java.lang.String> getErrors()
        returns collected errors
        Returns:
        all collected errors