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

public class RemoveScmResult
extends ScmResult

Version:
$Id: RemoveScmResult.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Brett Porter

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

RemoveScmResult

public RemoveScmResult(java.lang.String commandLine,
                       java.util.List removedFiles)

RemoveScmResult

public RemoveScmResult(java.util.List removedFiles,
                       ScmResult result)
Method Detail

getRemovedFiles

public java.util.List getRemovedFiles()


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