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.
Strategy interface to filter
Entries.-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(Archive.Entry entry) Apply the jar entry filter.
-
Method Details
-
matches
Apply the jar entry filter.- Parameters:
entry- the entry to filter- Returns:
trueif the filter matches
-