Class DiffScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.diff.DiffScmResult
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DiffScmResult extends ScmResult - Author:
- Brett Porter
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description DiffScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)DiffScmResult(String commandLine, List<ScmFile> changedFiles, Map<String,CharSequence> differences, String patch)DiffScmResult(List<ScmFile> changedFiles, Map<String,CharSequence> differences, String patch, ScmResult result)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>getChangedFiles()Map<String,CharSequence>getDifferences()StringgetPatch()- 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
DiffScmResultpublic DiffScmResult(String commandLine, List<ScmFile> changedFiles, Map<String,CharSequence> differences, String patch) 
 - 
DiffScmResultpublic DiffScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
DiffScmResultpublic DiffScmResult(List<ScmFile> changedFiles, Map<String,CharSequence> differences, String patch, ScmResult result) 
 
- 
 - 
Method Detail- 
getChangedFilespublic List<ScmFile> getChangedFiles() 
 - 
getDifferencespublic Map<String,CharSequence> getDifferences() 
 
- 
 
-