public class MavenProcessInvocationResult extends Object implements org.apache.maven.shared.invoker.InvocationResult
MavenProcessInvoker.execute(InvocationRequest). It keeps a reference on the created process.| Constructor and Description |
|---|
MavenProcessInvocationResult() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
destroy() |
org.apache.maven.shared.utils.cli.CommandLineException |
getExecutionException() |
int |
getExitCode() |
Process |
getProcess() |
MavenProcessInvocationResult |
setException(org.apache.maven.shared.utils.cli.CommandLineException exception) |
(package private) MavenProcessInvocationResult |
setProcess(Process process) |
void destroy()
MavenProcessInvocationResult setProcess(Process process)
public MavenProcessInvocationResult setException(org.apache.maven.shared.utils.cli.CommandLineException exception)
public org.apache.maven.shared.utils.cli.CommandLineException getExecutionException()
getExecutionException in interface org.apache.maven.shared.invoker.InvocationResultpublic int getExitCode()
getExitCode in interface org.apache.maven.shared.invoker.InvocationResultpublic Process getProcess()
Copyright © 2020 JBoss by Red Hat. All rights reserved.