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