public static class ExtendedLogMetaRequest.MatchExpression
extends java.lang.Object
| Constructor | Description |
|---|---|
MatchExpression(java.lang.String expression) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
match(java.lang.String value) |
Matches the value on the expression.
|
java.lang.String |
toString() |
public boolean match(java.lang.String value)
value - value to be matched againstpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.