Uses of Class
org.corpus_tools.pepper.common.StepDesc
-
Packages that use StepDesc Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core -
-
Uses of StepDesc in org.corpus_tools.pepper.common
Fields in org.corpus_tools.pepper.common with type parameters of type StepDesc Modifier and Type Field Description protected Vector<StepDesc>PepperJob. stepDescslist of all step descriptionsMethods in org.corpus_tools.pepper.common that return StepDesc Modifier and Type Method Description StepDescPepperJob. createStepDesc()StepDescStepDesc. setCorpusDesc(CorpusDesc corpusDesc)Sets an object to describe all infos about the corpus to im- or export.StepDescStepDesc. setModuleType(MODULE_TYPE moduleType)Sets the type of thePepperModuleto be used.StepDescStepDesc. setName(String name)Sets the name of thePepperModuleto be used for this step.StepDescStepDesc. setProps(Properties props)If#setPepperModule(org.corpus_tools.pepper.modules.PepperModule)was already called, the passedPropertiesobject is used to create aPepperModulePropertiesobject, which is set to givenPepperModule.StepDescStepDesc. setVersion(String version)Sets the version of thePepperModuleto be used for this step.Methods in org.corpus_tools.pepper.common that return types with arguments of type StepDesc Modifier and Type Method Description List<StepDesc>PepperJob. getStepDescs()Returns a list of all step descriptions.Methods in org.corpus_tools.pepper.common with parameters of type StepDesc Modifier and Type Method Description voidPepperJob. addStepDesc(StepDesc stepDesc)Adds aStepDescobject to job. -
Uses of StepDesc in org.corpus_tools.pepper.core
Subclasses of StepDesc in org.corpus_tools.pepper.core Modifier and Type Class Description classStepThis class is an extension of the classStepDescand is for internal use only.Methods in org.corpus_tools.pepper.core with parameters of type StepDesc Modifier and Type Method Description StepPepperJobImpl. addStep(StepDesc stepDesc)Creates a newStepobject containing all values of the passedStepDescobject and adds it to the workflow covered by thisPepperJobImpl.voidPepperJobImpl. addStepDesc(StepDesc stepDesc)Overrides methodPepperJob.addStepDesc(StepDesc), but calls it via super and than callsPepperJobImpl.addStep(Step).
{@inheritDoc PepperJob#addStepDesc(StepDesc)}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.PepperImporterModuleResolver. getPepperImporter(StepDesc stepDesc)Returns aPepperImporterobject matching to the givenImporterParams.PepperImporterModuleResolverImpl. getPepperImporter(StepDesc stepDesc)Returns aPepperImporterobject matching to the givenImporterParams.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.PepperModuleModuleResolver. getPepperModule(StepDesc stepDesc)Returns aPepperModuleobject matching to the givenStepDesc.PepperModuleModuleResolverImpl. getPepperModule(StepDesc stepDesc)Returns aPepperModuleobject matching to the givenStepDesc.Constructors in org.corpus_tools.pepper.core with parameters of type StepDesc Constructor Description Step(String id, StepDesc stepDesc)Initializes this object and sets its internal id, which represents its position in list of steps.
-