Class StripBetweenOperation
java.lang.Object
com.norconex.importer.handler.transformer.impl.StripBetweenOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGets the end delimiter matcher for text to strip.Gets the start delimiter matcher for text to strip.inthashCode()booleansetEndMatcher(TextMatcher endMatcher) Sets the end delimiter matcher for text to strip.setInclusive(boolean inclusive) setStartMatcher(TextMatcher startMatcher) Sets the start delimiter matcher for text to strip.toString()
-
Constructor Details
-
StripBetweenOperation
public StripBetweenOperation()
-
-
Method Details
-
getStartMatcher
Gets the start delimiter matcher for text to strip.- Returns:
- start delimiter matcher
-
setStartMatcher
Sets the start delimiter matcher for text to strip.- Parameters:
startMatcher- start delimiter matcher- Returns:
- this instance
-
getEndMatcher
Gets the end delimiter matcher for text to strip.- Returns:
- end delimiter matcher
-
setEndMatcher
Sets the end delimiter matcher for text to strip.- Parameters:
endMatcher- end delimiter matcher- Returns:
- this instance
-
isInclusive
public boolean isInclusive() -
setInclusive
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-