Uses of Interface
org.apache.torque.generator.source.skipDecider.SkipDecider

Packages that use SkipDecider
org.apache.torque.generator.source This package contains the handling of source files. 
org.apache.torque.generator.source.skipDecider This package contains the definition and implementations of source filters. 
 

Uses of SkipDecider in org.apache.torque.generator.source
 

Methods in org.apache.torque.generator.source that return SkipDecider
 SkipDecider SourceProcessConfiguration.getSkipDecider()
          Returns the current SkipDecider.
 

Uses of SkipDecider in org.apache.torque.generator.source.skipDecider
 

Classes in org.apache.torque.generator.source.skipDecider that implement SkipDecider
 class StopGenerationDecider
          A SkipDecider which always stops the current generation.
 



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