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
All Implemented Interfaces:
Serializable

public class AddScmResult
extends ScmResult

Result of adding files to the SCM

Version:
$Id: AddScmResult.java 1054126 2010-12-31 15:18:11Z olamy $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
AddScmResult(List<ScmFile> addedFiles, ScmResult result)
           
AddScmResult(String commandLine, List<ScmFile> addedFiles)
           
AddScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<ScmFile> 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(String commandLine,
                    String providerMessage,
                    String commandOutput,
                    boolean success)

AddScmResult

public AddScmResult(String commandLine,
                    List<ScmFile> addedFiles)

AddScmResult

public AddScmResult(List<ScmFile> addedFiles,
                    ScmResult result)
Method Detail

getAddedFiles

public List<ScmFile> getAddedFiles()
List with all the added files in the SCM operation.

Returns:
non null list of added files


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.