Uses of Interface
net.sf.qualitytest.blueprint.CycleHandlingStrategy

Packages that use CycleHandlingStrategy
net.sf.qualitytest.blueprint   
net.sf.qualitytest.blueprint.strategy.cycle   
 

Uses of CycleHandlingStrategy in net.sf.qualitytest.blueprint
 

Methods in net.sf.qualitytest.blueprint with parameters of type CycleHandlingStrategy
<T> BlueprintConfiguration
BlueprintConfiguration.with(CycleHandlingStrategy<T> cycleHandlingStrategy)
          Handle detected cycles in the blueprinting graph using an additional strategy.
 

Uses of CycleHandlingStrategy in net.sf.qualitytest.blueprint.strategy.cycle
 

Classes in net.sf.qualitytest.blueprint.strategy.cycle that implement CycleHandlingStrategy
 class ExceptionCycleHandlingStrategy
          The default handling strategy for cycles in the blueprinting graph, which throws a BlueprintCycleException.
 class NullCycleHandlingStrategy<T>
          A simple strategy which set's the inner-object of a detected cycle to null.
 



Copyright © 2012-2013. All Rights Reserved.