Package 

Interface ZipArchiveEntryPredicate


  • 
    public interface ZipArchiveEntryPredicate
    
                        

    A 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 boolean test(ZipArchiveEntry zipArchiveEntry) Indicate if the given entry should be included in the operation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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