Uses of Class
org.corpus_tools.pepper.modules.PepperModuleProperty
-
Packages that use PepperModuleProperty Package Description org.corpus_tools.pepper.modules -
-
Uses of PepperModuleProperty in org.corpus_tools.pepper.modules
Fields in org.corpus_tools.pepper.modules with type parameters of type PepperModuleProperty Modifier and Type Field Description protected Map<String,PepperModuleProperty<?>>PepperModuleProperties. pepperModulePropertiesInternal map to map allPepperModulePropertyobjects to their name.Methods in org.corpus_tools.pepper.modules that return PepperModuleProperty Modifier and Type Method Description PepperModuleProperty<T>PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder. build()PepperModuleProperty<?>PepperModuleProperties. getProperty(String propName)Returns aPepperModulePropertyobject corresponding to the given property name.Methods in org.corpus_tools.pepper.modules that return types with arguments of type PepperModuleProperty Modifier and Type Method Description Collection<PepperModuleProperty<?>>PepperModuleProperties. getPropertyDesctriptions()Returns all registeredPepperModulePropertyobjects, which are usable for the correspondingPepperModule.Methods in org.corpus_tools.pepper.modules with parameters of type PepperModuleProperty Modifier and Type Method Description voidPepperModuleProperties. addProperty(PepperModuleProperty<?> property)Adds the givenPepperModulePropertyobject to the internal list.booleanPepperModuleProperties. checkProperty(PepperModuleProperty<?> prop)Checks if the value of given property, when marked as required is really set.intPepperModuleProperty. compareTo(PepperModuleProperty<?> o)
-