Uses of Class
org.apache.maven.api.cli.InvokerException
Packages that use InvokerException
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of InvokerException in org.apache.maven.api.cli
Subclasses of InvokerException in org.apache.maven.api.cliModifier and TypeClassDescriptionstatic final class
Exception for intentional exit: No message or anything will be displayed, just the carried exit code will be returned from invokerInvoker.invoke(InvokerRequest)
method.Methods in org.apache.maven.api.cli that throw InvokerExceptionModifier and TypeMethodDescriptiondefault void
Invoker.close()
Closes and disposes of thisInvoker
instance, releasing any resources it may hold.int
Invoker.invoke
(InvokerRequest invokerRequest) Invokes the Maven application using the providedInvokerRequest
. -
Uses of InvokerException in org.apache.maven.cling.invoker
Methods in org.apache.maven.cling.invoker that return InvokerExceptionModifier and TypeMethodDescriptionprotected InvokerException
LookupInvoker.handleException
(C context, Exception e) Methods in org.apache.maven.cling.invoker that throw InvokerExceptionModifier and TypeMethodDescriptionvoid
ContainerCapsule.close()
Performs a clean shutdown of backing container.void
LookupContext.close()
ContainerCapsuleFactory.createContainerCapsule
(LookupInvoker<C> invoker, C context) Creates container capsule.PlexusContainerCapsuleFactory.createContainerCapsule
(LookupInvoker<C> invoker, C context) protected abstract C
LookupInvoker.createContext
(InvokerRequest invokerRequest) protected InvokerException
LookupInvoker.handleException
(C context, Exception e) int
LookupInvoker.invoke
(InvokerRequest invokerRequest) -
Uses of InvokerException in org.apache.maven.cling.invoker.mvn.forked
Methods in org.apache.maven.cling.invoker.mvn.forked that throw InvokerExceptionModifier and TypeMethodDescriptionint
ForkedMavenInvoker.invoke
(InvokerRequest invokerRequest) protected void
ForkedMavenInvoker.validate
(InvokerRequest invokerRequest) -
Uses of InvokerException in org.apache.maven.cling.invoker.mvn.local
Methods in org.apache.maven.cling.invoker.mvn.local that throw InvokerExceptionModifier and TypeMethodDescriptionprotected MavenContext
LocalMavenInvoker.createContext
(InvokerRequest invokerRequest) -
Uses of InvokerException in org.apache.maven.cling.invoker.mvn.resident
Methods in org.apache.maven.cling.invoker.mvn.resident that throw InvokerException