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 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 return InvokerExceptionModifier and TypeMethodDescriptionprotected InvokerExceptionLookupInvoker.handleException(C context, Exception e) Methods in org.apache.maven.cling.invoker that throw InvokerExceptionModifier and TypeMethodDescriptionvoidContainerCapsule.close()Performs a clean shutdown of backing container.voidLookupContext.close()ContainerCapsuleFactory.createContainerCapsule(LookupInvoker<C> invoker, C context) Creates container capsule.PlexusContainerCapsuleFactory.createContainerCapsule(LookupInvoker<C> invoker, C context) protected abstract CLookupInvoker.createContext(InvokerRequest invokerRequest) protected InvokerExceptionLookupInvoker.handleException(C context, Exception e) intLookupInvoker.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 TypeMethodDescriptionintForkedMavenInvoker.invoke(InvokerRequest invokerRequest) protected voidForkedMavenInvoker.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 MavenContextLocalMavenInvoker.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