Uses of Class
org.apache.maven.cling.invoker.LookupContext
Packages that use LookupContext
Package
Description
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 LookupContext in org.apache.maven.cling.invokerClasses in org.apache.maven.cling.invoker with type parameters of type LookupContextModifier and TypeInterfaceDescriptioninterfaceContainerCapsuleFactory<C extends LookupContext>Container capsule factory.interfaceCoreExtensionSelector<C extends LookupContext>Core extension selector: selects which entries to load fromInvokerRequest.coreExtensions().classLookupInvoker<C extends LookupContext>Lookup invoker implementation, that boots up DI container.classPlexusContainerCapsuleFactory<C extends LookupContext>Container capsule backed by Plexus Container.classPrecedenceCoreExtensionSelector<C extends LookupContext>Fields in org.apache.maven.cling.invoker with type parameters of type LookupContextModifier and TypeFieldDescriptionprotected final Consumer<LookupContext> LookupInvoker.contextConsumerMethods in org.apache.maven.cling.invoker with parameters of type LookupContextModifier and TypeMethodDescriptionvoidContainerCapsule.updateLogging(LookupContext context) Updates the existing capsule logging setup.voidPlexusContainerCapsule.updateLogging(LookupContext context) Constructors in org.apache.maven.cling.invoker with parameters of type LookupContextModifierConstructorDescriptionPlexusContainerCapsule(LookupContext context, ClassLoader previousClassLoader, org.codehaus.plexus.DefaultPlexusContainer plexusContainer) Constructor parameters in org.apache.maven.cling.invoker with type arguments of type LookupContextModifierConstructorDescriptionLookupInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvnSubclasses of LookupContext in org.apache.maven.cling.invoker.mvnConstructor parameters in org.apache.maven.cling.invoker.mvn with type arguments of type LookupContextModifierConstructorDescriptionMavenInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvn.residentConstructor parameters in org.apache.maven.cling.invoker.mvn.resident with type arguments of type LookupContextModifierConstructorDescriptionResidentMavenInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvnencSubclasses of LookupContext in org.apache.maven.cling.invoker.mvnencConstructor parameters in org.apache.maven.cling.invoker.mvnenc with type arguments of type LookupContextModifierConstructorDescriptionEncryptInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvnshSubclasses with type arguments of type LookupContext in org.apache.maven.cling.invoker.mvnshMethods in org.apache.maven.cling.invoker.mvnsh that return LookupContextModifier and TypeMethodDescriptionprotected LookupContextShellInvoker.createContext(InvokerRequest invokerRequest) Methods in org.apache.maven.cling.invoker.mvnsh with parameters of type LookupContextModifier and TypeMethodDescriptionorg.jline.console.CommandRegistryShellCommandRegistryFactory.createShellCommandRegistry(LookupContext context) protected intShellInvoker.execute(LookupContext context) Constructor parameters in org.apache.maven.cling.invoker.mvnsh with type arguments of type LookupContextModifierConstructorDescriptionShellInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvnsh.builtinMethods in org.apache.maven.cling.invoker.mvnsh.builtin with parameters of type LookupContextModifier and TypeMethodDescriptionorg.jline.console.CommandRegistryBuiltinShellCommandRegistryFactory.createShellCommandRegistry(LookupContext context) 
- 
Uses of LookupContext in org.apache.maven.cling.invoker.mvnupSubclasses of LookupContext in org.apache.maven.cling.invoker.mvnupConstructor parameters in org.apache.maven.cling.invoker.mvnup with type arguments of type LookupContextModifierConstructorDescriptionUpgradeInvoker(Lookup protoLookup, Consumer<LookupContext> contextConsumer)