public class Glob extends Object
| Constructor and Description |
|---|
Glob() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(String pattern,
String string)
Match string against glob
|
static boolean |
matchIgnoreCase(String pattern,
String string)
Match string against glob ignoring characters case
|
Copyright © 2017. All rights reserved.