|
|||||||||
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
Field Summary | |
---|---|
private org.codehaus.plexus.util.cli.CommandLineException |
executionException
|
private int |
exitCode
|
Constructor Summary | |
---|---|
DefaultInvocationResult()
|
Method Summary | |
---|---|
org.codehaus.plexus.util.cli.CommandLineException |
getExecutionException()
|
int |
getExitCode()
|
(package private) void |
setExecutionException(org.codehaus.plexus.util.cli.CommandLineException executionException)
|
(package private) void |
setExitCode(int exitCode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.codehaus.plexus.util.cli.CommandLineException executionException
private int exitCode
Constructor Detail |
---|
DefaultInvocationResult()
Method Detail |
---|
public int getExitCode()
getExitCode
in interface InvocationResult
public org.codehaus.plexus.util.cli.CommandLineException getExecutionException()
getExecutionException
in interface InvocationResult
void setExitCode(int exitCode)
void setExecutionException(org.codehaus.plexus.util.cli.CommandLineException executionException)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |