public abstract class RegexReplaceTesterResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RegexReplaceTesterResponse.Match |
Constructor and Description |
---|
RegexReplaceTesterResponse() |
Modifier and Type | Method and Description |
---|---|
static RegexReplaceTesterResponse |
create(boolean matched,
RegexReplaceTesterResponse.Match match,
String regex,
String replacement,
boolean replaceAll,
String string) |
abstract RegexReplaceTesterResponse.Match |
match() |
abstract boolean |
matched() |
abstract String |
regex() |
abstract boolean |
replaceAll() |
abstract String |
replacement() |
abstract String |
string() |
public abstract boolean matched()
@Nullable public abstract RegexReplaceTesterResponse.Match match()
public abstract String regex()
public abstract String replacement()
public abstract boolean replaceAll()
public abstract String string()
public static RegexReplaceTesterResponse create(boolean matched, @Nullable RegexReplaceTesterResponse.Match match, String regex, String replacement, boolean replaceAll, String string)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.