Uses of Interface
org.corpus_tools.pepper.modules.PepperManipulator
-
Packages that use PepperManipulator Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules.coreModules -
-
Uses of PepperManipulator in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return PepperManipulator Modifier and Type Method Description PepperManipulatorModuleResolver. getPepperManipulator(StepDesc stepDesc)Creates an instance ofPepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list.PepperManipulatorModuleResolverImpl. getPepperManipulator(StepDesc stepDesc)Creates an instance ofPepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list.Methods in org.corpus_tools.pepper.core that return types with arguments of type PepperManipulator Modifier and Type Method Description List<PepperManipulator>ModuleResolver. getPepperManipulators()Creates an instance ofPepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list.List<PepperManipulator>ModuleResolverImpl. getPepperManipulators()Creates an instance ofPepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list. -
Uses of PepperManipulator in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperManipulator Modifier and Type Class Description classPepperManipulatorImplThis class is an abstract implementation ofPepperManipulatorand cannot be instantiated directly. -
Uses of PepperManipulator in org.corpus_tools.pepper.modules.coreModules
Classes in org.corpus_tools.pepper.modules.coreModules that implement PepperManipulator Modifier and Type Class Description classDoNothingManipulatorA dummy manipulator, which waves through all documents and corpora.classDOTManipulatorclassSaltValidatorThis class analyzes a Salt model and prints out a report about conflicts in the Salt model.
-