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.
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 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. -
Uses of InvokerException in org.apache.maven.cling.invoker
Methods in org.apache.maven.cling.invoker that throw InvokerException -
Uses of InvokerException in org.apache.maven.cling.invoker.mvn.resident
Methods in org.apache.maven.cling.invoker.mvn.resident that throw InvokerException