| Package | Description |
|---|---|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PathPattern.matches(Collection<PathPattern> patterns,
List<String> path)
Return true if the given path elements match at least one of the given pattern.
|
static boolean |
PathPattern.matches(Collection<PathPattern> patterns,
String[] path)
Return true if the given path elements match at least one of the given pattern.
|
Copyright © 2019. All rights reserved.