Interface Archive.EntryFilter

Enclosing interface:
Archive
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Archive.EntryFilter
Strategy interface to filter Entries.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Apply the jar entry filter.
  • Method Details

    • matches

      boolean matches(Archive.Entry entry)
      Apply the jar entry filter.
      Parameters:
      entry - the entry to filter
      Returns:
      true if the filter matches