| Package | Description |
|---|---|
| org.corpus_tools.pepper.modules |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PepperModuleProperty<?>> |
PepperModuleProperties.pepperModuleProperties
Internal map to map all
PepperModuleProperty objects to their
name. |
| Modifier and Type | Method and Description |
|---|---|
PepperModuleProperty<T> |
PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder.build() |
PepperModuleProperty<?> |
PepperModuleProperties.getProperty(String propName)
Returns a
PepperModuleProperty object corresponding to the given
property name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PepperModuleProperty<?>> |
PepperModuleProperties.getPropertyDesctriptions()
Returns all registered
PepperModuleProperty objects, which are
usable for the corresponding PepperModule. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModuleProperties.addProperty(PepperModuleProperty<?> property)
Adds the given
PepperModuleProperty object to the internal list. |
boolean |
PepperModuleProperties.checkProperty(PepperModuleProperty<?> prop)
Checks if the value of given property, when marked as required is really
set.
|
int |
PepperModuleProperty.compareTo(PepperModuleProperty<?> o) |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.