org.apache.maven.scm.command.add
Class AddScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.add.AddScmResult

public class AddScmResult
extends ScmResult

Result of adding files to the SCM

Version:
$Id: AddScmResult.java 522876 2007-03-27 12:00:48Z evenisse $
Author:
Brett Porter

Constructor Summary
AddScmResult(java.util.List addedFiles, ScmResult result)
           
AddScmResult(java.lang.String commandLine, java.util.List addedFiles)
           
AddScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
           
 
Method Summary
 java.util.List getAddedFiles()
          List with all the added files in the SCM operation.
 
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

AddScmResult

public AddScmResult(java.lang.String commandLine,
                    java.lang.String providerMessage,
                    java.lang.String commandOutput,
                    boolean success)

AddScmResult

public AddScmResult(java.lang.String commandLine,
                    java.util.List addedFiles)

AddScmResult

public AddScmResult(java.util.List addedFiles,
                    ScmResult result)
Method Detail

getAddedFiles

public java.util.List getAddedFiles()
List with all the added files in the SCM operation.

Returns:
non null list of added files


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