Uses of Class
org.corpus_tools.pepper.modules.exceptions.PepperModuleNotReadyException
-
Packages that use PepperModuleNotReadyException Package Description org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of PepperModuleNotReadyException in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that throw PepperModuleNotReadyException Modifier and Type Method Description booleanPepperModuleImpl. isReadyToStart()This method is called by the pepper framework after initializing this object and directly before start processing. -
Uses of PepperModuleNotReadyException in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that throw PepperModuleNotReadyException Modifier and Type Method Description booleanPepperModule. isReadyToStart()This method is called by the pepper framework after initializing this object and directly before start processing.
-