org.apache.maven.scm.command.add

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

Constructor Detail

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)

Method Detail

getAddedFiles

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

Returns: non null list of added files

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