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
-
Method Details
-
collect
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
returns collected errors- Returns:
- all collected errors
-