Uses of Interface
org.apache.maven.index.util.zip.EntryNameFilter
-
Packages that use EntryNameFilter Package Description org.apache.maven.index.util.zip -
-
Uses of EntryNameFilter in org.apache.maven.index.util.zip
Methods in org.apache.maven.index.util.zip with parameters of type EntryNameFilter Modifier and Type Method Description java.util.List<java.lang.String>
JavaZipFileHandle. getEntries(EntryNameFilter filter)
java.util.List<java.lang.String>
ZipHandle. getEntries(EntryNameFilter filter)
Returns a list of string, with each string representing a valid path for existing entry in this Zip handle.
-