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