Uses of Class
com.norconex.importer.handler.transformer.impl.ReplaceOperation
Packages that use ReplaceOperation
-
Uses of ReplaceOperation in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return ReplaceOperationModifier and TypeMethodDescriptionReplaceOperation.setDiscardUnchanged(boolean discardUnchanged) ReplaceOperation.setFieldMatcher(TextMatcher fieldMatcher) Sets field matcher.ReplaceOperation.setOnSet(PropertySetter onSet) ReplaceOperation.setToField(String toField) ReplaceOperation.setToValue(String toValue) ReplaceOperation.setValueMatcher(TextMatcher valueMatcher) Sets value matcher.Methods in com.norconex.importer.handler.transformer.impl that return types with arguments of type ReplaceOperationMethod parameters in com.norconex.importer.handler.transformer.impl with type arguments of type ReplaceOperationModifier and TypeMethodDescriptionReplaceTransformerConfig.setOperations(List<ReplaceOperation> operations)