public class GlobUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATTERN_ALL |
| Constructor and Description |
|---|
GlobUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
glob(String o,
String separators) |
static Pattern |
ofContains(String pattern) |
static Pattern |
ofExact(String pattern) |
public static final Pattern PATTERN_ALL
Copyright © 2022 vpc open source initiative. All rights reserved.