| Package | Description |
|---|---|
| org.corpus_tools.pepper.common | |
| org.corpus_tools.pepper.core | |
| org.corpus_tools.pepper.testFramework |
| Modifier and Type | Method and Description |
|---|---|
PepperJob |
Pepper.getJob(String id)
Returns a
PepperJob corresponding to the passed id. |
PepperJob |
PepperUtil.PepperJobReporter.getPepperJob()
Returns the
PepperJob object, which is observed |
| Constructor and Description |
|---|
PepperJobReporter(PepperJob pepperJob)
Sets the
PepperJob object, which is observed |
PepperJobReporter(PepperJob pepperJob,
int interval)
Sets the
PepperJob object, which is observed |
| Modifier and Type | Class and Description |
|---|---|
class |
PepperJobImpl
This class represents a single, but entire conversion process in Pepper, containing the entire
workflow like import, manipulation and export.
|
| Modifier and Type | Method and Description |
|---|---|
PepperJob |
PepperParamsReader.getJob()
Returns
PepperJob to be filled. |
PepperJob |
PepperImpl.getJob(String id) |
PepperJob |
WorkflowDescriptionReader.getPepperJob()
Returns
PepperJob object to be filled with content. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperParamsReader.setJob(PepperJob job)
Sets
PepperJob to be filled. |
void |
WorkflowDescriptionReader.setPepperJob(PepperJob pepperJob)
Sets
PepperJob object to be filled with content. |
| Modifier and Type | Method and Description |
|---|---|
static PepperJob |
PepperTestUtil.prepareFixturesAndCreateJob(Pepper pepper,
Collection<? extends PepperModule> fixtures) |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.