Uses of Class
de.hybris.platform.util.zip.SafeZipEntry
-
Packages that use SafeZipEntry Package Description de.hybris.ant.taskdefs.ProductionPackageValidation de.hybris.ant.taskdefs.ProductionPackageValidation.impl de.hybris.platform.util.zip -
-
Uses of SafeZipEntry in de.hybris.ant.taskdefs.ProductionPackageValidation
Methods in de.hybris.ant.taskdefs.ProductionPackageValidation with parameters of type SafeZipEntry Modifier and Type Method Description voidProductionZipEntriesErrorsCollector. collect(SafeZipEntry entry)collects informtion from given zip entry -
Uses of SafeZipEntry in de.hybris.ant.taskdefs.ProductionPackageValidation.impl
Methods in de.hybris.ant.taskdefs.ProductionPackageValidation.impl with parameters of type SafeZipEntry Modifier and Type Method Description voidDirectoriesErrorsCollector. collect(SafeZipEntry entry)voidProductionExtensionErrorsCollector. collect(SafeZipEntry entry) -
Uses of SafeZipEntry in de.hybris.platform.util.zip
Methods in de.hybris.platform.util.zip that return SafeZipEntry Modifier and Type Method Description protected SafeZipEntrySafeZipInputStream. createZipEntry(java.lang.String name)Creates a newSafeZipEntryobject for the specified entry name.SafeZipEntrySafeZipInputStream. getNextEntry()Reads the next ZIP safe file entry that mitigates Zip slip vulnerability
-