public static class DuplicatePackagesDetector.Visitor extends Object
| Constructor and Description |
|---|
DuplicatePackagesDetector.Visitor() |
public boolean visit(ZipEntry entry, ZipInputStream stream, String zipFilePath) throws Exception
entry - the entry being visitedstream - the stream containing the zip contentzipFilePath - the actual zip file that is being walkedtrue if everything is OK and processing of the zip content
should continue; returning false will tell the walker to abort further traversing
of the zip content.Exception - if the visitation failed for some reason - this will abort further walking of the zip contentCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.