org.apache.torque.generator.source.skipDecider
Class StopGenerationDecider

java.lang.Object
  extended by org.apache.torque.generator.source.skipDecider.StopGenerationDecider
All Implemented Interfaces:
SkipDecider

public class StopGenerationDecider
extends Object
implements SkipDecider

A SkipDecider which always stops the current generation. $Id: StopGenerationDecider.java 1331190 2012-04-27 02:41:35Z tfischer $


Constructor Summary
StopGenerationDecider()
           
 
Method Summary
 boolean proceed(ControllerState controllerState)
          Decides whether generation should proceed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopGenerationDecider

public StopGenerationDecider()
Method Detail

proceed

public boolean proceed(ControllerState controllerState)
Decides whether generation should proceed. This implementation always stops the current generation.

Specified by:
proceed in interface SkipDecider
Parameters:
controllerState - the current controller state.
Returns:
false


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.