Uses of Interface
org.corpus_tools.pepper.modules.PepperImporter
-
Packages that use PepperImporter 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 PepperImporter in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return PepperImporter Modifier and Type Method Description PepperImporterModuleResolver. getPepperImporter(StepDesc stepDesc)Returns aPepperImporterobject matching to the givenImporterParams.PepperImporterModuleResolverImpl. getPepperImporter(StepDesc stepDesc)Returns aPepperImporterobject matching to the givenImporterParams.Methods in org.corpus_tools.pepper.core that return types with arguments of type PepperImporter Modifier and Type Method Description List<PepperImporter>ModuleResolver. getPepperImporters()Creates an instance ofPepperImporterfor each listedComponentFactoryin list#pepperImporterComponentFactoriesand returns that list.List<PepperImporter>ModuleResolverImpl. getPepperImporters()Creates an instance ofPepperImporterfor each listedComponentFactoryin list#pepperImporterComponentFactoriesand returns that list. -
Uses of PepperImporter in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperImporter Modifier and Type Class Description classPepperImporterImplAn importer in Pepper reads data from a format A and maps its data to a Salt model. -
Uses of PepperImporter in org.corpus_tools.pepper.modules.coreModules
Classes in org.corpus_tools.pepper.modules.coreModules that implement PepperImporter Modifier and Type Class Description classDoNothingImporterclassSaltXMLImporterThis is aPepperImporterwhich imports the SaltXML format into a salt model.classTextImporterMaps a file-structure to a corpus-structure and reads the contained txt files to map their content toSTextualDSobjects. -
Uses of PepperImporter in org.corpus_tools.pepper.testFramework
Methods in org.corpus_tools.pepper.testFramework that return PepperImporter Modifier and Type Method Description protected PepperImporterPepperImporterTest. getFixture()
-