org.apache.maven.shared.invoker
Class DefaultInvocationResult

java.lang.Object
  extended by org.apache.maven.shared.invoker.DefaultInvocationResult
All Implemented Interfaces:
InvocationResult

public final class DefaultInvocationResult
extends java.lang.Object
implements InvocationResult


Method Summary
 org.codehaus.plexus.util.cli.CommandLineException getExecutionException()
           
 int getExitCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExitCode

public int getExitCode()
Specified by:
getExitCode in interface InvocationResult

getExecutionException

public org.codehaus.plexus.util.cli.CommandLineException getExecutionException()
Specified by:
getExecutionException in interface InvocationResult


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.