org.apache.maven.scm.command.add
Class AddScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.add.AddScmResult
- All Implemented Interfaces:
- java.io.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
Method Summary |
java.util.List<ScmFile> |
getAddedFiles()
List with all the added files in the SCM operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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<ScmFile> addedFiles)
AddScmResult
public AddScmResult(java.util.List<ScmFile> addedFiles,
ScmResult result)
getAddedFiles
public java.util.List<ScmFile> 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.