org.apache.maven.scm
Class CommandLineScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.CommandLineScmResult

Deprecated.

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/interfaces inherited from class org.apache.maven.scm.ScmResult
ScmResult.Failure
 
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
 

Constructor Detail

CommandLineScmResult

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

getExitCode

public int getExitCode()
Deprecated. 


Copyright 2003-2003-2005 Apache Software Foundation. All Rights Reserved.