org.apache.maven.scm.command.diff
Class DiffScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.diff.DiffScmResult

public class DiffScmResult
extends ScmResult

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

Constructor Summary
DiffScmResult(List changedFiles, Map differences, String patch, ScmResult result)
           
DiffScmResult(String commandLine, List changedFiles, Map differences, String patch)
           
DiffScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List getChangedFiles()
           
 Map getDifferences()
           
 String getPatch()
           
 
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

DiffScmResult

public DiffScmResult(String commandLine,
                     List changedFiles,
                     Map differences,
                     String patch)

DiffScmResult

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

DiffScmResult

public DiffScmResult(List changedFiles,
                     Map differences,
                     String patch,
                     ScmResult result)
Method Detail

getChangedFiles

public List getChangedFiles()

getDifferences

public Map getDifferences()

getPatch

public String getPatch()


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