Uses of Class
com.norconex.importer.handler.transformer.impl.StripAfterTransformerConfig
Packages that use StripAfterTransformerConfig
-
Uses of StripAfterTransformerConfig in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return StripAfterTransformerConfigModifier and TypeMethodDescriptionStripAfterTransformer.getConfiguration()StripAfterTransformerConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets source field matcher for fields to transform.StripAfterTransformerConfig.setInclusive(boolean inclusive) Whether the match itself should be stripped or not.StripAfterTransformerConfig.setMaxReadSize(int maxReadSize) StripAfterTransformerConfig.setSourceCharset(Charset sourceCharset) StripAfterTransformerConfig.setStripAfterMatcher(TextMatcher stripAfterMatcher) Sets the matcher of text after which to strip.