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 classException 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 voidInvoker.close()Closes and disposes of thisInvokerinstance, releasing any resources it may hold.intInvoker.invoke(InvokerRequest invokerRequest) Invokes the Maven application using the providedInvokerRequest.