public static class SuperJar.PathSet
extends java.lang.Object
| Constructor and Description |
|---|
PathSet(java.util.Collection<java.lang.String> paths)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.util.zip.ZipEntry entry)
Indicates whether the given entry falls within this path set.
|
public PathSet(java.util.Collection<java.lang.String> paths)
paths - list of paths to include, copied at construction time