Uses of Class
org.corpus_tools.pepper.common.PepperConfiguration
-
Packages that use PepperConfiguration Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core -
-
Uses of PepperConfiguration in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return PepperConfiguration Modifier and Type Method Description PepperConfigurationPepper. getConfiguration()Returns set configuration forPepper.Methods in org.corpus_tools.pepper.common with parameters of type PepperConfiguration Modifier and Type Method Description static StringPepperUtil. reportConfiguration(PepperConfiguration conf)Returns a report as String containing the configuration for Pepper.voidPepper. setConfiguration(PepperConfiguration configuration)Sets the configuration forPepper. -
Uses of PepperConfiguration in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return PepperConfiguration Modifier and Type Method Description PepperConfigurationModuleResolver. getConfiguration()Returns the configuration object for this converter object.PepperConfigurationModuleResolverImpl. getConfiguration()Returns the configuration object for this converter object.PepperConfigurationPepperImpl. getConfiguration()PepperConfigurationPepperJobImpl. getConfiguration()returns the properties to customize the behavior of conversion for this single job.Methods in org.corpus_tools.pepper.core with parameters of type PepperConfiguration Modifier and Type Method Description voidModuleResolver. setConfiguration(PepperConfiguration pepperConfiguration)Sets the configuration object for this object.voidModuleResolverImpl. setConfiguration(PepperConfiguration pepperConfiguration)Sets the configuration object for this object.voidPepperImpl. setConfiguration(PepperConfiguration configuration)voidPepperJobImpl. setConfiguration(PepperConfiguration conf)Sets the properties to customize the behavior of conversion for this single job
-