Interface Archive.EntryFilter

Enclosing interface:
Archive

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