public interface InvocationResult
| Modifier and Type | Method and Description |
|---|---|
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.
|
CommandLineException getExecutionException()
null if the command line was successfully
processed by the operating system.int getExitCode()
getExecutionException() reports an exception.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.