public class PathMatch extends Object
| Constructor and Description |
|---|
PathMatch() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes() |
List<String> |
getIncludes() |
boolean |
matches(String path) |
boolean |
matches(ZipIndexEntry zipIndexEntry) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
public boolean matches(ZipIndexEntry zipIndexEntry)
public boolean matches(String path)
Copyright © 2020. All rights reserved.