| Constructor and Description |
|---|
NoMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExact()
Return if the matcher will match *only* if the expression equals the input.
|
boolean |
matches(java.lang.String input)
Check whether a given string is matched by this matcher.
|
public static final Matcher INSTANCE
public boolean matches(java.lang.String input)
Matcherpublic boolean isExact()
MatcherCopyright ©2007-2024 The Apache Software Foundation, Licensed under Apache License, Version 2.0.