Uses of Interface
org.apache.maven.api.services.Lookup
Packages that use Lookup
Package
Description
Provides the API for Maven's command-line interface and tools.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
This package contains the 
mvn tool implementation.This package contains the 
mvnenc tool implementation.This package contains the 
mvnsh tool implementation.Implementation of the Maven Upgrade tool (
mvnup).- 
Uses of Lookup in org.apache.mavenConstructors in org.apache.maven with parameters of type LookupModifierConstructorDescriptionDefaultMaven(Lookup lookup, ExecutionEventCatapult eventCatapult, LegacySupport legacySupport, SessionScope sessionScope, RepositorySystemSessionFactory repositorySessionFactory, GraphBuilder graphBuilder, BuildResumptionAnalyzer buildResumptionAnalyzer, BuildResumptionDataRepository buildResumptionDataRepository, SuperPomProvider superPomProvider, DefaultSessionFactory defaultSessionFactory, org.eclipse.aether.repository.WorkspaceReader ideWorkspaceReader) 
- 
Uses of Lookup in org.apache.maven.api.cliMethods in org.apache.maven.api.cli that return LookupModifier and TypeMethodDescriptiondefault LookupInvokerRequest.lookup()Shorthand forLookup.ParserRequest.lookup()Per-requestLookupfor customization.Methods in org.apache.maven.api.cli with parameters of type LookupModifier and TypeMethodDescription
- 
Uses of Lookup in org.apache.maven.api.plugin.testing.stubsClasses in org.apache.maven.api.plugin.testing.stubs that implement LookupFields in org.apache.maven.api.plugin.testing.stubs declared as Lookup
- 
Uses of Lookup in org.apache.maven.cling.invokerClasses in org.apache.maven.cling.invoker that implement LookupModifier and TypeClassDescriptionclassProto-Lookupoffer ways to provide early components to invoker.Fields in org.apache.maven.cling.invoker declared as LookupModifier and TypeFieldDescriptionLookupContext.lookupprotected final LookupLookupInvoker.protoLookupMethods in org.apache.maven.cling.invoker that return LookupModifier and TypeMethodDescriptionContainerCapsule.getLookup()TheLookupservice backed by container in this capsule.PlexusContainerCapsule.getLookup()Methods in org.apache.maven.cling.invoker with parameters of type LookupModifier and TypeMethodDescriptionprotected voidLookupInvoker.populateRequest(C context, Lookup lookup, MavenExecutionRequest request) Constructors in org.apache.maven.cling.invoker with parameters of type LookupModifierConstructorDescriptionLookupInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.cling.invoker.mvnMethods in org.apache.maven.cling.invoker.mvn with parameters of type LookupModifier and TypeMethodDescriptionprotected PathMavenInvoker.determinePom(MavenContext context, Lookup lookup) protected voidMavenInvoker.populateRequest(MavenContext context, Lookup lookup, MavenExecutionRequest request) Constructors in org.apache.maven.cling.invoker.mvn with parameters of type LookupModifierConstructorDescriptionMavenInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.cling.invoker.mvn.residentConstructors in org.apache.maven.cling.invoker.mvn.resident with parameters of type LookupModifierConstructorDescriptionResidentMavenInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.cling.invoker.mvnencConstructors in org.apache.maven.cling.invoker.mvnenc with parameters of type LookupModifierConstructorDescriptionEncryptInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.cling.invoker.mvnshConstructors in org.apache.maven.cling.invoker.mvnsh with parameters of type LookupModifierConstructorDescriptionShellInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.cling.invoker.mvnupConstructors in org.apache.maven.cling.invoker.mvnup with parameters of type LookupModifierConstructorDescriptionUpgradeInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of Lookup in org.apache.maven.implFields in org.apache.maven.impl declared as LookupConstructors in org.apache.maven.impl with parameters of type LookupModifierConstructorDescriptionAbstractSession(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> repositories, List<org.eclipse.aether.repository.RemoteRepository> resolverRepositories, Lookup lookup) 
- 
Uses of Lookup in org.apache.maven.internal.implClasses in org.apache.maven.internal.impl that implement LookupConstructors in org.apache.maven.internal.impl with parameters of type LookupModifierConstructorDescriptionDefaultPackagingRegistry(Lookup lookup, TypeRegistry typeRegistry, List<PackagingProvider> providers) DefaultSession(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSessionFactory(org.eclipse.aether.RepositorySystem repositorySystem, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultTypeRegistry(Lookup lookup, LanguageRegistry languageRegistry, LegacyArtifactHandlerManager manager) 
- 
Uses of Lookup in org.apache.maven.lifecycleConstructors in org.apache.maven.lifecycle with parameters of type Lookup
- 
Uses of Lookup in org.apache.maven.lifecycle.internalConstructors in org.apache.maven.lifecycle.internal with parameters of type LookupModifierConstructorDescriptionDefaultLifecyclePluginAnalyzer(Lookup lookup, DefaultLifecycles defaultLifeCycles) 
- 
Uses of Lookup in org.apache.maven.toolchainConstructors in org.apache.maven.toolchain with parameters of type LookupModifierConstructorDescriptionprotectedToolchainManagerFactory(Lookup lookup, org.slf4j.Logger logger) Deprecated.