Uses of Class
com.norconex.importer.handler.transformer.impl.TextBetweenOperation
Packages that use TextBetweenOperation
-
Uses of TextBetweenOperation in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return TextBetweenOperationModifier and TypeMethodDescriptionTextBetweenOperation.setEndMatcher(TextMatcher endMatcher) Sets the end delimiter matcher for text to extract.TextBetweenOperation.setFieldMatcher(TextMatcher fieldMatcher) Sets field matcher for fields on which to extract values.TextBetweenOperation.setInclusive(boolean inclusive) TextBetweenOperation.setOnSet(PropertySetter onSet) The property setter to use when a value is set.TextBetweenOperation.setStartMatcher(TextMatcher startMatcher) Sets the start delimiter matcher for text to extract.TextBetweenOperation.setToField(String toField) The target field for extracted text.Methods in com.norconex.importer.handler.transformer.impl that return types with arguments of type TextBetweenOperationMethod parameters in com.norconex.importer.handler.transformer.impl with type arguments of type TextBetweenOperationModifier and TypeMethodDescriptionTextBetweenTransformerConfig.setOperations(List<TextBetweenOperation> operations)