org.apache.maven.scm
Class CommandLineScmResult

java.lang.Object
  extended byorg.apache.maven.scm.ScmResult
      extended byorg.apache.maven.scm.CommandLineScmResult

public class CommandLineScmResult
extends ScmResult

Version:
$Id: CommandLineScmResult.java 264804 2005-08-30 16:09:04Z evenisse $
Author:
Trygve Laugstøl

Nested Class Summary
 
Nested classes inherited from class org.apache.maven.scm.ScmResult
ScmResult.Failure
 
Field Summary
private  int exitCode
          Deprecated.  
 
Fields inherited from class org.apache.maven.scm.ScmResult
 
Constructor Summary
CommandLineScmResult(java.lang.String commandLine, int exitCode)
          Deprecated.  
 
Method Summary
 int getExitCode()
          Deprecated.  
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getLongMessage, getMessage, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exitCode

private int exitCode
Deprecated. 
Constructor Detail

CommandLineScmResult

public CommandLineScmResult(java.lang.String commandLine,
                            int exitCode)
Deprecated. 
Method Detail

getExitCode

public int getExitCode()
Deprecated.