public class RegexMatch extends AbstractFunction<RegexMatch.RegexMatchResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexMatch.RegexMatchResult
The bean returned into the rule engine.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
ERROR_FUNCTION, log| Constructor and Description |
|---|
RegexMatch() |
| Modifier and Type | Method and Description |
|---|---|
FunctionDescriptor<RegexMatch.RegexMatchResult> |
descriptor() |
RegexMatch.RegexMatchResult |
evaluate(FunctionArgs args,
EvaluationContext context) |
preComputeConstantArgumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreprocessArgspublic static final String NAME
public RegexMatch.RegexMatchResult evaluate(FunctionArgs args, EvaluationContext context)
public FunctionDescriptor<RegexMatch.RegexMatchResult> descriptor()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.