Class RenameOperation
java.lang.Object
com.norconex.importer.handler.transformer.impl.RenameOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGets source field matcher for fields to rename to the value of "toField".getOnSet()inthashCode()setFieldMatcher(TextMatcher fieldMatcher) Sets source field matcher for fields to rename to the value of "toField".setOnSet(PropertySetter onSet) setToField(String toField) toString()
-
Constructor Details
-
RenameOperation
public RenameOperation()
-
-
Method Details
-
getFieldMatcher
Gets source field matcher for fields to rename to the value of "toField".- Returns:
- field matcher
-
setFieldMatcher
Sets source field matcher for fields to rename to the value of "toField".- Parameters:
fieldMatcher- field matcher- Returns:
- this instance
-
getToField
-
getOnSet
-
setToField
- Returns:
this.
-
setOnSet
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-