Interface ProductionZipEntriesErrorsCollector

All Known Implementing Classes:
DirectoriesErrorsCollector, ProductionExtensionErrorsCollector

public interface ProductionZipEntriesErrorsCollector
Dedicated Collector for fetching zip entries errors (e.g. from production packages)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collects informtion from given zip entry
    void
    Allows to react on finishing the collecting process, e.g.
    returns collected errors
  • Method Details

    • 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

      List<String> getErrors()
      returns collected errors
      Returns:
      all collected errors