| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.shared.invoker.DefaultInvocationResult
public final class DefaultInvocationResult
Describes the result of a Maven invocation.
| Method Summary | |
|---|---|
 CommandLineException | 
getExecutionException()
Gets the exception that possibly occurred during the execution of the command line.  | 
 int | 
getExitCode()
Gets the exit code from the Maven invocation.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public int getExitCode()
InvocationResultInvocationResult.getExecutionException() reports an exception.
getExitCode in interface InvocationResultpublic CommandLineException getExecutionException()
InvocationResult
getExecutionException in interface InvocationResultnull if the command line was successfully
         processed by the operating system.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||