public class Split extends Action implements Serializable
Constructor and Description |
---|
Split() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCollapseRepeatingDelimiters() |
String |
getDelimiter()
Gets the value of the delimiter property.
|
void |
setCollapseRepeatingDelimiters(Boolean collapseRepeatingDelimiter) |
void |
setDelimiter(String value)
Sets the value of the delimiter property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected String delimiter
public String getDelimiter()
String
@JsonPropertyDescription(value="The delimiter string to split with") public void setDelimiter(String value)
value
- allowed object is
String
public Boolean getCollapseRepeatingDelimiters()
@JsonPropertyDescription(value="Check to collapse repeating delimiters") public void setCollapseRepeatingDelimiters(Boolean collapseRepeatingDelimiter)
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.