public interface ProductionZipEntriesErrorsCollector
| Modifier and Type | Method and Description |
|---|---|
void |
collect(java.util.zip.ZipEntry entry)
collects informtion from given zip entry
|
void |
finish()
Allows to react on finishing the collecting process, e.g.
|
java.util.List<java.lang.String> |
getErrors()
returns collected errors
|
void collect(java.util.zip.ZipEntry entry)
entry - the zip entry, can be a file or directoryvoid finish()
java.util.List<java.lang.String> getErrors()
Copyright © 2018 SAP SE. All Rights Reserved.