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:
- Serializable
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
- See Also:
- Serialized Form
Method Summary |
List |
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(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
AddScmResult
public AddScmResult(String commandLine,
List addedFiles)
AddScmResult
public AddScmResult(List addedFiles,
ScmResult result)
getAddedFiles
public List getAddedFiles()
- List with all the added files in the SCM operation.
- Returns:
- non null list of added files
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.