Class IteratingLookup
java.lang.Object
eu.maveniverse.maven.mima.context.internal.IteratingLookup
- All Implemented Interfaces:
Lookup
A
Lookup implementation that is able to iterate through several lookups, applying "first deliver wins"
strategy.- Since:
- 2.4.10
-
Constructor Summary
ConstructorsConstructorDescriptionIteratingLookup(Lookup... lookups) IteratingLookup(Collection<Lookup> lookups) -
Method Summary
-
Constructor Details
-
IteratingLookup
-
IteratingLookup
-
-
Method Details