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.-
Uses of LookupContext in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker with type parameters of type LookupContextModifier and TypeInterfaceDescriptioninterface
ContainerCapsuleFactory<C extends LookupContext>
Container capsule factory.class
LookupInvoker<C extends LookupContext>
Lookup invoker implementation, that boots up DI container.class
PlexusContainerCapsuleFactory<C extends LookupContext>
Container capsule backed by Plexus Container.Fields in org.apache.maven.cling.invoker with type parameters of type LookupContextModifier and TypeFieldDescriptionprotected final Consumer<LookupContext>
LookupInvoker.contextConsumer
Methods in org.apache.maven.cling.invoker with parameters of type LookupContextModifier and TypeMethodDescriptionvoid
ContainerCapsule.updateLogging
(LookupContext context) Updates the existing capsule logging setup.void
PlexusContainerCapsule.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.mvn
Subclasses 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.mvnenc
Subclasses 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.mvnsh
Methods in org.apache.maven.cling.invoker.mvnsh that return LookupContextModifier and TypeMethodDescriptionprotected LookupContext
ShellInvoker.createContext
(InvokerRequest invokerRequest) Methods in org.apache.maven.cling.invoker.mvnsh with parameters of type LookupContextModifier and TypeMethodDescriptionorg.jline.console.CommandRegistry
ShellCommandRegistryFactory.createShellCommandRegistry
(LookupContext context) protected int
ShellInvoker.execute
(LookupContext context) -
Uses of LookupContext in org.apache.maven.cling.invoker.mvnsh.builtin
Methods in org.apache.maven.cling.invoker.mvnsh.builtin with parameters of type LookupContextModifier and TypeMethodDescriptionorg.jline.console.CommandRegistry
BuiltinShellCommandRegistryFactory.createShellCommandRegistry
(LookupContext context)