Class RegexReplaceTesterResponse
java.lang.Object
org.graylog2.rest.models.tools.responses.RegexReplaceTesterResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegexReplaceTesterResponsecreate(boolean matched, RegexReplaceTesterResponse.Match match, String regex, String replacement, boolean replaceAll, String string) abstract RegexReplaceTesterResponse.Matchmatch()abstract booleanmatched()abstract Stringregex()abstract booleanabstract Stringabstract Stringstring()
-
Constructor Details
-
RegexReplaceTesterResponse
public RegexReplaceTesterResponse()
-
-
Method Details
-
matched
public abstract boolean matched() -
match
-
regex
-
replacement
-
replaceAll
public abstract boolean replaceAll() -
string
-
create
public static RegexReplaceTesterResponse create(boolean matched, @Nullable RegexReplaceTesterResponse.Match match, String regex, String replacement, boolean replaceAll, String string)
-