Class ProductSwitch.MatchingProductFinderSwitch
java.lang.Object
org.faktorips.runtime.productswitch.ProductSwitch.MatchingProductFinderSwitch
- Enclosing class:
- ProductSwitch
This builder class uses the
MatchingProductFinder to switch to a new
IProductComponent-
Method Summary
Modifier and TypeMethodDescriptionto(IProductComponent newProduct) The newIProductComponentthat should be used for the switch.
-
Method Details
-
to
The newIProductComponentthat should be used for the switch.- Parameters:
newProduct- the newIProductComponent- Returns:
- an
Mapwith all switchedIConfigurableModelObjectsand their status determined by eitherProductSwitchResults.FailedProductSwitchorProductSwitchResults.SuccessfulProductSwitch.
-