Uses of Interface
de.cxp.ocs.conf.converter.ConfigureableField
-
Packages that use ConfigureableField Package Description de.cxp.ocs.conf.converter de.cxp.ocs.preprocessor -
-
Uses of ConfigureableField in de.cxp.ocs.conf.converter
Classes in de.cxp.ocs.conf.converter that implement ConfigureableField Modifier and Type Class Description classPatternConfigurationConfigureableFieldimplementations that holds all information needed by theRemoveValuesDataProcessor.classPatternWithReplacementConfigurationConfigureableFieldimplementations that holds all information needed by theReplacePatternInValuesDataProcessor.classSplitValueConfigurationConfigureableFieldimplementations that holds all information needed by theSplitValueDataProcessor. -
Uses of ConfigureableField in de.cxp.ocs.preprocessor
Classes in de.cxp.ocs.preprocessor with type parameters of type ConfigureableField Modifier and Type Class Description classConfigureableDataprocessor<T extends ConfigureableField>Abstract class which handles reading and initializingDocumentPreProcessorimplementations which need further configuration.
-