org.apache.maven.scm.command.remove
Class RemoveScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.remove.RemoveScmResult
All Implemented Interfaces:
Serializable

public class RemoveScmResult
extends ScmResult

Version:
$Id: RemoveScmResult.java 1056938 2011-01-09 14:27:54Z olamy $
Author:
Brett Porter, Olivier Lamy
See Also:
Serialized Form

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

RemoveScmResult

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

RemoveScmResult

public RemoveScmResult(String commandLine,
                       List<ScmFile> removedFiles)

RemoveScmResult

public RemoveScmResult(List<ScmFile> removedFiles,
                       ScmResult result)
Method Detail

getRemovedFiles

public List<ScmFile> getRemovedFiles()


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