Uses of Class
org.apache.maven.cling.invoker.LookupInvoker
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.-
Uses of LookupInvoker in org.apache.maven.cling.invoker
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.DefaultPlexusContainer
PlexusContainerCapsuleFactory.container
(LookupInvoker<C> invoker, C context) ContainerCapsuleFactory.createContainerCapsule
(LookupInvoker<C> invoker, C context) Creates container capsule.PlexusContainerCapsuleFactory.createContainerCapsule
(LookupInvoker<C> invoker, C context) protected List<CoreExtensionEntry>
PlexusContainerCapsuleFactory.loadCoreExtensions
(LookupInvoker<C> invoker, C context, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, Set<String> providedArtifacts) -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
MavenInvoker<C extends MavenContext>
The "local" Maven invoker, that expects whole Maven on classpath and invokes it. -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn.local
Modifier and TypeClassDescriptionclass
Local Maven invoker implementation, that expects all the Maven to be on classpath. -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvn.resident
Modifier and TypeClassDescriptionclass
Resident invoker implementation, similar to "local", but keeps Maven instance resident. -
Uses of LookupInvoker in org.apache.maven.cling.invoker.mvnenc