Uses of Class
org.apache.maven.cling.invoker.LookupInvoker
Packages that use LookupInvoker
Package
Description
-
Uses of LookupInvoker in org.apache.maven.cling.invoker
Fields in org.apache.maven.cling.invoker declared as LookupInvokerModifier and TypeFieldDescriptionfinal LookupInvoker
<O, R, C> LookupInvoker.LookupInvokerContext.invoker
Constructors in org.apache.maven.cling.invoker with parameters of type LookupInvokerModifierConstructorDescriptionprotected
LookupInvokerContext
(LookupInvoker<O, R, C> invoker, R invokerRequest) -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn
Subclasses of LookupInvoker in org.apache.maven.cling.invoker.mvnModifier and TypeClassDescriptionclass
DefaultMavenInvoker<O extends MavenOptions,
R extends MavenInvokerRequest<O>, C extends DefaultMavenInvoker.MavenContext<O, R, C>> -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn.local
Subclasses of LookupInvoker in org.apache.maven.cling.invoker.mvn.local -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn.resident
Subclasses of LookupInvoker in org.apache.maven.cling.invoker.mvn.residentModifier and TypeClassDescriptionclass
Local invoker implementation, when Maven CLI is being run. -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvnenc
Subclasses of LookupInvoker in org.apache.maven.cling.invoker.mvnencModifier and TypeClassDescriptionclass
Encrypt invoker implementation, when Encrypt CLI is being run.