Uses of Class
org.corpus_tools.pepper.core.PepperJobImpl
-
Packages that use PepperJobImpl Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.modules -
-
Uses of PepperJobImpl in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return PepperJobImpl Modifier and Type Method Description PepperJobImplModuleControllerImpl. getJob()Returns thePepperJobImplobject reference of this object.PepperJobImplDocumentBus. getPepperJob()Returns thePepperJobobject containing this objectPepperJobImplPepperImpl. getPepperJobImpl(String id){@inheritDoc Pepper#getJob(String)}Methods in org.corpus_tools.pepper.core with parameters of type PepperJobImpl Modifier and Type Method Description voidModuleControllerImpl. setJob(PepperJobImpl job)Sets thePepperJobImplobject reference of this object.voidModuleControllerImpl. setJob_basic(PepperJobImpl job)Sets thePepperJobImplobject reference of this object.voidDocumentBus. setPepperJob(PepperJobImpl pepperJob)Sets thePepperJobobject containing this object -
Uses of PepperJobImpl in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperJobImpl Modifier and Type Method Description PepperJobImplModuleController. getJob()Returns thePepperJobImplobject reference of this object.Methods in org.corpus_tools.pepper.modules with parameters of type PepperJobImpl Modifier and Type Method Description voidModuleController. setJob(PepperJobImpl job)Sets thePepperJobImplobject reference of this object.voidModuleController. setJob_basic(PepperJobImpl job)Sets thePepperJobImplobject reference of this object.
-