Class StripBetweenOperation

java.lang.Object
com.norconex.importer.handler.transformer.impl.StripBetweenOperation

public class StripBetweenOperation extends Object
  • Constructor Details

    • StripBetweenOperation

      public StripBetweenOperation()
  • Method Details

    • getStartMatcher

      public TextMatcher getStartMatcher()
      Gets the start delimiter matcher for text to strip.
      Returns:
      start delimiter matcher
    • setStartMatcher

      public StripBetweenOperation setStartMatcher(TextMatcher startMatcher)
      Sets the start delimiter matcher for text to strip.
      Parameters:
      startMatcher - start delimiter matcher
      Returns:
      this instance
    • getEndMatcher

      public TextMatcher getEndMatcher()
      Gets the end delimiter matcher for text to strip.
      Returns:
      end delimiter matcher
    • setEndMatcher

      public StripBetweenOperation setEndMatcher(TextMatcher endMatcher)
      Sets the end delimiter matcher for text to strip.
      Parameters:
      endMatcher - end delimiter matcher
      Returns:
      this instance
    • isInclusive

      public boolean isInclusive()
    • setInclusive

      public StripBetweenOperation setInclusive(boolean inclusive)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object