public class GlobPattern extends Object
Constructor and Description |
---|
GlobPattern() |
Modifier and Type | Method and Description |
---|---|
static Pattern |
compile(String pattern) |
static Pattern |
compile(String pattern,
int flags)
Converts a glob expression to a regexp and compile it into Pattern.
|
Copyright © 2022. All rights reserved.