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

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

public class AddScmResult
extends ScmResult

Result of adding files to the SCM

Version:
$Id: AddScmResult.java 389491 2006-03-28 12:43:45Z 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-2006 Apache Software Foundation. All Rights Reserved.