| Package | Description |
|---|---|
| org.corpus_tools.pepper.common | |
| org.corpus_tools.pepper.core |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<StepDesc> |
PepperJob.stepDescs
list of all step descriptions
|
| Modifier and Type | Method and Description |
|---|---|
StepDesc |
PepperJob.createStepDesc()
|
StepDesc |
StepDesc.setCorpusDesc(CorpusDesc corpusDesc)
Sets an object to describe all infos about the corpus to im- or export.
|
StepDesc |
StepDesc.setModuleType(MODULE_TYPE moduleType)
Sets the type of the
PepperModule
to be used. |
StepDesc |
StepDesc.setName(String name)
Sets the name of the
PepperModule
to be used for this step. |
StepDesc |
StepDesc.setProps(Properties props)
If
#setPepperModule(org.corpus_tools.pepper.modules.PepperModule)
was already called, the passed Properties object is used to
create a PepperModuleProperties
object, which is set to given
PepperModule . |
StepDesc |
StepDesc.setVersion(String version)
Sets the version of the
PepperModule to be used for this
step. |
| Modifier and Type | Method and Description |
|---|---|
List<StepDesc> |
PepperJob.getStepDescs()
Returns a list of all step descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepperJob.addStepDesc(StepDesc stepDesc)
Adds a
StepDesc object to job. |
| Modifier and Type | Class and Description |
|---|---|
class |
Step
This class is an extension of the class
StepDesc and is for internal
use only. |
| Modifier and Type | Method and Description |
|---|---|
Step |
PepperJobImpl.addStep(StepDesc stepDesc)
Creates a new
Step object containing all values of the passed StepDesc object
and adds it to the workflow covered by this PepperJobImpl. |
void |
PepperJobImpl.addStepDesc(StepDesc stepDesc)
Overrides method
PepperJob.addStepDesc(StepDesc), but calls it via super and than calls
PepperJobImpl.addStep(Step). |
PepperExporter |
ModuleResolver.getPepperExporter(StepDesc stepDesc)
Creates an instance of
PepperExporter for each listed
ComponentFactory in list
#pepperExporterComponentFactories and returns that list. |
PepperExporter |
ModuleResolverImpl.getPepperExporter(StepDesc stepDesc)
Creates an instance of
PepperExporter for each listed
ComponentFactory in list
#pepperExporterComponentFactories and returns that list. |
PepperImporter |
ModuleResolver.getPepperImporter(StepDesc stepDesc)
Returns a
PepperImporter object matching to the given
ImporterParams. |
PepperImporter |
ModuleResolverImpl.getPepperImporter(StepDesc stepDesc)
Returns a
PepperImporter object matching to the given
ImporterParams. |
PepperManipulator |
ModuleResolver.getPepperManipulator(StepDesc stepDesc)
Creates an instance of
PepperManipulator for each listed
ComponentFactory in list
#pepperManipulatorComponentFactories and returns that list. |
PepperManipulator |
ModuleResolverImpl.getPepperManipulator(StepDesc stepDesc)
Creates an instance of
PepperManipulator for each listed
ComponentFactory in list
#pepperManipulatorComponentFactories and returns that list. |
PepperModule |
ModuleResolver.getPepperModule(StepDesc stepDesc)
Returns a
PepperModule object matching to the given
StepDesc. |
PepperModule |
ModuleResolverImpl.getPepperModule(StepDesc stepDesc)
Returns a
PepperModule object matching to the given
StepDesc. |
| Constructor and Description |
|---|
Step(String id,
StepDesc stepDesc)
Initializes this object and sets its internal id, which represents its
position in list of steps.
|
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.