Uses of Class
org.apache.maven.api.cli.InvokerException
Packages that use InvokerException
Package
Description
Provides the API for Maven's command-line interface and tools.
-
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
.