Class AllCombinationsOriginSelector
java.lang.Object
io.quarkus.registry.catalog.selection.AllCombinationsOriginSelector
- All Implemented Interfaces:
OriginSelector
This implementation isn't currently used but is kept for testing purposes.
It is calculating all the possible combinations of platform versions and BOM imports
for a given set of extensions and then selects the recommended one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
AllCombinationsOriginSelector
-
-
Method Details
-
calculateRecommendedCombination
- Specified by:
calculateRecommendedCombinationin interfaceOriginSelector
-
calculateCompatibleCombinations
public void calculateCompatibleCombinations() -
getRecommendedCombination
-