Class StopGenerationDecider
java.lang.Object
org.apache.torque.generator.source.skipDecider.StopGenerationDecider
- All Implemented Interfaces:
SkipDecider
A SkipDecider which always stops the current generation.
$Id: StopGenerationDecider.java 1839288 2018-08-27 09:48:33Z tv $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanproceed(ControllerState controllerState) Decides whether generation should proceed.
-
Constructor Details
-
StopGenerationDecider
public StopGenerationDecider()
-
-
Method Details
-
proceed
Decides whether generation should proceed. This implementation always stops the current generation.- Specified by:
proceedin interfaceSkipDecider- Parameters:
controllerState- the current controller state.- Returns:
false
-