public interface MatchingEngine
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String string)
Ask if the compiled glob pattern matches the given string.
|
int |
matchingSizeInBytes()
Estimate the size of running the matches method in bytes.
|
int |
staticSizeInBytes()
Get the static size of the matcher in bytes.
|
boolean matches(java.lang.String string)
string - The input string we are checking.true if the string patches the glob pattern, false otherwise.int matchingSizeInBytes()
staticSizeInBytes().int staticSizeInBytes()