| Package | Description |
|---|---|
| org.corpus_tools.pepper.common | |
| org.corpus_tools.pepper.core | |
| org.corpus_tools.pepper.impl | |
| org.corpus_tools.pepper.modules |
| Modifier and Type | Method and Description |
|---|---|
Collection<PepperModuleDesc> |
Pepper.getRegisteredImporters()
Returns all
PepperModuleDesc corresponding to a registered
importer. |
Collection<PepperModuleDesc> |
Pepper.getRegisteredModules()
Returns a collection of all
PepperModuleDesc corresponding to
Pepper modules, which are registered in this Pepper instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
PepperModuleDesc.compareTo(PepperModuleDesc o)
Compares the passed
PepperModuleDesc object with this. |
| Modifier and Type | Method and Description |
|---|---|
static String |
PepperUtil.reportModuleList(int width,
Collection<PepperModuleDesc> moduleDescs)
Creates a table containing all passed Pepper modules corresponding to
their description and their fingerprint
|
static String |
PepperUtil.reportModuleList(int width,
Collection<PepperModuleDesc> moduleDescs,
Map<Integer,PepperModuleDesc> number2module)
Creates a table containing all passed Pepper modules corresponding to
their description and their fingerprint
|
static String |
PepperUtil.reportModuleList(int width,
Collection<PepperModuleDesc> moduleDescs,
Map<Integer,PepperModuleDesc> number2module)
Creates a table containing all passed Pepper modules corresponding to
their description and their fingerprint
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PepperModuleDesc> |
PepperImpl.getRegisteredImporters() |
Collection<PepperModuleDesc> |
PepperImpl.getRegisteredModules() |
| Modifier and Type | Method and Description |
|---|---|
PepperModuleDesc |
PepperModuleImpl.getFingerprint()
Returns a
PepperModuleDesc object, which is a kind of a
fingerprint of this PepperModule. |
| Modifier and Type | Method and Description |
|---|---|
PepperModuleDesc |
PepperModule.getFingerprint()
Returns a
PepperModuleDesc object, which is a kind of a
fingerprint of this PepperModule. |
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.