-
public interface ZipArchiveEntryPredicateA predicate to test if a #ZipArchiveEntry matches a criteria. Some day this can extend java.util.function.Predicate
-
-
Method Summary
Modifier and Type Method Description abstract booleantest(ZipArchiveEntry zipArchiveEntry)Indicate if the given entry should be included in the operation -
-
Method Detail
-
test
abstract boolean test(ZipArchiveEntry zipArchiveEntry)
Indicate if the given entry should be included in the operation
- Parameters:
zipArchiveEntry- the entry to test
-
-
-
-