Class TokenFilter.ReplaceString

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable, ChainableReader, TokenFilter.Filter
Enclosing class:
TokenFilter

public static class TokenFilter.ReplaceString
extends TokenFilter.ChainableReaderFilter
Simple replace string filter.
  • Constructor Details

  • Method Details

    • setFrom

      public void setFrom​(java.lang.String from)
      the from attribute
      Parameters:
      from - the string to replace
    • setTo

      public void setTo​(java.lang.String to)
      the to attribute
      Parameters:
      to - the string to replace 'from' with
    • filter

      public java.lang.String filter​(java.lang.String line)
      Filter a string 'line' replacing from with to (Copy&Paste from the Replace task)
      Parameters:
      line - the string to be filtered
      Returns:
      the filtered line