Interface Archive.EntryFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Archive.Entry entry)Apply the jar entry filter.
-
-
-
Method Detail
-
matches
boolean matches(Archive.Entry entry)
Apply the jar entry filter.- Parameters:
entry- the entry to filter- Returns:
trueif the filter matches
-
-