Class DirectoriesErrorsCollector
java.lang.Object
de.hybris.ant.taskdefs.ProductionPackageValidation.impl.DirectoriesErrorsCollector
- All Implemented Interfaces:
ProductionZipEntriesErrorsCollector
public class DirectoriesErrorsCollector
extends Object
implements ProductionZipEntriesErrorsCollector
Collects errors in production packages directories
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoriesErrorsCollector(List<String> includedDirNames, List<String> excludedDirNames) -
Method Summary
-
Constructor Details
-
DirectoriesErrorsCollector
-
-
Method Details
-
collect
Description copied from interface:ProductionZipEntriesErrorsCollectorcollects informtion from given zip entry- Specified by:
collectin interfaceProductionZipEntriesErrorsCollector- Parameters:
entry- the zip entry, can be a file or directory
-
finish
public void finish()Description copied from interface:ProductionZipEntriesErrorsCollectorAllows to react on finishing the collecting process, e.g. some post processing, etc...- Specified by:
finishin interfaceProductionZipEntriesErrorsCollector
-
getErrors
Description copied from interface:ProductionZipEntriesErrorsCollectorreturns collected errors- Specified by:
getErrorsin interfaceProductionZipEntriesErrorsCollector- Returns:
- all collected errors
-