Package org.apache.maven.shared.invoker
Class DefaultInvocationResult
java.lang.Object
org.apache.maven.shared.invoker.DefaultInvocationResult
- All Implemented Interfaces:
 InvocationResult
Describes the result of a Maven invocation.
- 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.shared.utils.cli.CommandLineExceptionGetter for the fieldexecutionException.intGetter for the fieldexitCode. 
- 
Method Details
- 
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. 
 
 -