Uses of Interface
org.apache.torque.generator.source.skipDecider.SkipDecider
-
Packages that use SkipDecider Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
StopGenerationDecider
A SkipDecider which always stops the current generation.
-