public static class RegexMatch.RegexMatchResult extends com.google.common.collect.ForwardingMap<String,String>
matches bean property to quickly check whether the regex has matched at all.| Constructor and Description |
|---|
RegexMatchResult(boolean matches,
MatchResult matchResult,
List<String> groupNames) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
delegate() |
Map<String,String> |
getGroups() |
boolean |
isMatches() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic RegexMatchResult(boolean matches,
MatchResult matchResult,
List<String> groupNames)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.