public class ZKPattern extends Object
| Constructor and Description |
|---|
ZKPattern() |
| Modifier and Type | Method and Description |
|---|---|
static List<Pattern> |
createGlobPatternList(List<String> globStringList)
Create a list of Pattern objects from a list of glob expression strings.
|
static List<Pattern> |
createRegexPatternList(List<String> regexStringList)
Create a list of Pattern objects from a list of regular expression strings.
|
Copyright © 2020. All rights reserved.