Uses of Interface
org.apache.maven.api.services.Lookup
Packages that use Lookup
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
This package contains the
mvn
tool implementation.-
Uses of Lookup in org.apache.maven
Fields in org.apache.maven declared as LookupModifier and TypeFieldDescriptionprivate final Lookup
DefaultMaven.lookup
private final Lookup
ReactorReader.ReactorReaderSpy.lookup
Constructors 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) (package private)
ReactorReaderSpy
(Lookup lookup) -
Uses of Lookup in org.apache.maven.api.cli
Fields in org.apache.maven.api.cli declared as LookupModifier and TypeFieldDescriptionprivate static final Lookup
ParserRequest.Builder.EMPTY_LOOKUP
private Lookup
ParserRequest.Builder.lookup
private final Lookup
ParserRequest.Builder.ParserRequestImpl.lookup
Methods in org.apache.maven.api.cli that return LookupModifier and TypeMethodDescriptiondefault Lookup
InvokerRequest.lookup()
Shorthand forLookup
.ParserRequest.Builder.ParserRequestImpl.lookup()
ParserRequest.lookup()
Per-requestLookup
for customization.Methods in org.apache.maven.api.cli with parameters of type LookupModifier and TypeMethodDescriptionConstructors in org.apache.maven.api.cli with parameters of type LookupModifierConstructorDescriptionprivate
ParserRequestImpl
(String command, String commandName, List<String> args, Logger logger, MessageBuilderFactory messageBuilderFactory, Lookup lookup, Path cwd, Path mavenHome, Path userHome, InputStream in, OutputStream out, OutputStream err) -
Uses of Lookup in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker that implement LookupModifier and TypeClassDescriptionclass
Proto-Lookup
offer ways to provide early components to invoker.Fields in org.apache.maven.cling.invoker declared as LookupModifier and TypeFieldDescriptionLookupContext.lookup
private final Lookup
PlexusContainerCapsule.lookup
Methods in org.apache.maven.cling.invoker that return LookupModifier and TypeMethodDescriptionContainerCapsule.getLookup()
TheLookup
service backed by container in this capsule.PlexusContainerCapsule.getLookup()
Methods in org.apache.maven.cling.invoker with parameters of type LookupModifier and TypeMethodDescriptionprotected void
LookupInvoker.populateRequest
(C context, Lookup lookup, MavenExecutionRequest request) -
Uses of Lookup in org.apache.maven.cling.invoker.mvn
Methods in org.apache.maven.cling.invoker.mvn with parameters of type LookupModifier and TypeMethodDescriptionprotected Path
MavenInvoker.determinePom
(C context, Lookup lookup) protected void
MavenInvoker.populateRequest
(C context, Lookup lookup, MavenExecutionRequest request) -
Uses of Lookup in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement LookupFields in org.apache.maven.internal.impl declared as LookupModifier and TypeFieldDescriptionprotected final Lookup
AbstractSession.lookup
private final Lookup
DefaultPackagingRegistry.lookup
private final Lookup
DefaultSessionFactory.lookup
Constructors in org.apache.maven.internal.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) DefaultPackagingRegistry
(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) -
Uses of Lookup in org.apache.maven.lifecycle
Fields in org.apache.maven.lifecycle declared as LookupConstructors in org.apache.maven.lifecycle with parameters of type Lookup -
Uses of Lookup in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal declared as LookupConstructors in org.apache.maven.lifecycle.internal with parameters of type LookupModifierConstructorDescriptionDefaultLifecyclePluginAnalyzer
(Lookup lookup, DefaultLifecycles defaultLifeCycles)