Uses of Interface
eu.maveniverse.maven.mima.context.Lookup
Packages that use Lookup
-
Uses of Lookup in eu.maveniverse.maven.mima.context
Methods in eu.maveniverse.maven.mima.context that return LookupModifier and TypeMethodDescriptionContext.lookup()ReturnsLookupinstance usable to look up resolver components, nevernull.Constructors in eu.maveniverse.maven.mima.context with parameters of type LookupModifierConstructorDescriptionContext(RuntimeSupport runtime, ContextOverrides contextOverrides, Path basedir, MavenUserHome mavenUserHome, MavenSystemHome mavenSystemHome, org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession repositorySystemSession, List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, HTTPProxy httpProxy, Lookup lookup, Runnable managedCloser) -
Uses of Lookup in eu.maveniverse.maven.mima.context.internal
Classes in eu.maveniverse.maven.mima.context.internal that implement LookupModifier and TypeClassDescriptionfinal classALookupimplementation that is able to iterate through several lookups, applying "first deliver wins" strategy.Constructors in eu.maveniverse.maven.mima.context.internal with parameters of type LookupConstructor parameters in eu.maveniverse.maven.mima.context.internal with type arguments of type Lookup