Uses of Interface
org.corpus_tools.pepper.modules.PepperExporter
-
Packages that use PepperExporter Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules.coreModules org.corpus_tools.pepper.testFramework -
-
Uses of PepperExporter in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return PepperExporter Modifier and Type Method Description PepperExporterModuleResolver. getPepperExporter(StepDesc stepDesc)Creates an instance ofPepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list.PepperExporterModuleResolverImpl. getPepperExporter(StepDesc stepDesc)Creates an instance ofPepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list.Methods in org.corpus_tools.pepper.core that return types with arguments of type PepperExporter Modifier and Type Method Description List<PepperExporter>ModuleResolver. getPepperExporters()Creates an instance ofPepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list.List<PepperExporter>ModuleResolverImpl. getPepperExporters()Creates an instance ofPepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list. -
Uses of PepperExporter in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperExporter Modifier and Type Class Description classPepperExporterImplThis class is an abstract implementation ofPepperExporterand cannot be instantiated directly. -
Uses of PepperExporter in org.corpus_tools.pepper.modules.coreModules
Classes in org.corpus_tools.pepper.modules.coreModules that implement PepperExporter Modifier and Type Class Description classDoNothingExporterclassDOTExporterclassSaltXMLExporterThis is a PepperExporter which exports a salt model to the SaltXML format.classTextExporterThis is a PepperExporter which extracts and exports the primary text of a Salt model and stores it into a text file. -
Uses of PepperExporter in org.corpus_tools.pepper.testFramework
Methods in org.corpus_tools.pepper.testFramework that return PepperExporter Modifier and Type Method Description protected PepperExporterPepperExporterTest. getFixture()
-