Package | Description |
---|---|
org.apache.maven.index.util.zip |
Modifier and Type | Method and 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.
|