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 372209 2006-01-25 13:30:01Z evenisse $
Author:
Trygve Laugstøl

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, 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-2006 Apache Software Foundation. All Rights Reserved.