|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |