org.apache.maven.scm.command.remove

Class RemoveScmResult

public class RemoveScmResult extends ScmResult

Version: $Id: RemoveScmResult.java 381352 2006-02-27 15:00:06Z evenisse $

Author: Brett Porter

Constructor Summary
RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
RemoveScmResult(String commandLine, List removedFiles)
RemoveScmResult(List removedFiles, ScmResult result)
Method Summary
ListgetRemovedFiles()

Constructor Detail

RemoveScmResult

public RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)

RemoveScmResult

public RemoveScmResult(String commandLine, List removedFiles)

RemoveScmResult

public RemoveScmResult(List removedFiles, ScmResult result)

Method Detail

getRemovedFiles

public List getRemovedFiles()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.