Uses of Class
org.corpus_tools.pepper.modules.PepperModuleProperties
-
Packages that use PepperModuleProperties Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules org.corpus_tools.pepper.modules.coreModules -
-
Uses of PepperModuleProperties in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return PepperModuleProperties Modifier and Type Method Description PepperModulePropertiesPepperModuleDesc. getProperties()Returns aPepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule.Methods in org.corpus_tools.pepper.common with parameters of type PepperModuleProperties Modifier and Type Method Description voidPepperModuleDesc. setProperties(PepperModuleProperties properties)Sets thePepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. -
Uses of PepperModuleProperties in org.corpus_tools.pepper.impl
Fields in org.corpus_tools.pepper.impl declared as PepperModuleProperties Modifier and Type Field Description protected PepperModulePropertiesPepperMapperImpl. propsPepperModulePropertiesobject containing user customizations to be observed during the mapping.Methods in org.corpus_tools.pepper.impl that return PepperModuleProperties Modifier and Type Method Description PepperModulePropertiesPepperMapperImpl. getProperties(){@inheritDoc PepperMapper#getProperties()}PepperModulePropertiesPepperModuleImpl. getProperties()Returns aPepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule.Methods in org.corpus_tools.pepper.impl with parameters of type PepperModuleProperties Modifier and Type Method Description voidPepperMapperImpl. setProperties(PepperModuleProperties props){@inheritDoc PepperMapper#setProperties(PepperModuleProperties)}voidPepperModuleImpl. setProperties(PepperModuleProperties properties)Sets thePepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. -
Uses of PepperModuleProperties in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperModuleProperties Modifier and Type Method Description PepperModulePropertiesPepperMapper. getProperties()Returns thePepperModulePropertiesobject containing user customizations to be observed during the mapping.PepperModulePropertiesPepperModule. getProperties()Returns aPepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule.Methods in org.corpus_tools.pepper.modules with parameters of type PepperModuleProperties Modifier and Type Method Description voidPepperMapper. setProperties(PepperModuleProperties props)Sets thePepperModulePropertiesobject containing user customizations to be observed during the mapping.voidPepperModule. setProperties(PepperModuleProperties properties)Sets thePepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. -
Uses of PepperModuleProperties in org.corpus_tools.pepper.modules.coreModules
Subclasses of PepperModuleProperties in org.corpus_tools.pepper.modules.coreModules Modifier and Type Class Description classDOTManipulatorPropertiesclassSaltValidatorProperties
-