Package org.apache.maven.shared.invoker
Class DefaultInvocationResult
- java.lang.Object
-
- org.apache.maven.shared.invoker.DefaultInvocationResult
-
- All Implemented Interfaces:
InvocationResult
public final class DefaultInvocationResult extends Object implements InvocationResult
Describes the result of a Maven invocation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.shared.utils.cli.CommandLineExceptiongetExecutionException()Getter for the fieldexecutionException.intgetExitCode()Getter for the fieldexitCode.
-
-
-
Method Detail
-
getExitCode
public int getExitCode()
Getter for the field
exitCode.- Specified by:
getExitCodein interfaceInvocationResult- Returns:
- a int.
-
getExecutionException
public org.apache.maven.shared.utils.cli.CommandLineException getExecutionException()
Getter for the field
executionException.- Specified by:
getExecutionExceptionin interfaceInvocationResult- Returns:
- a
CommandLineExceptionobject.
-
-