Package org.eclipse.jgit.api
Class ApplyResult
- java.lang.Object
-
- org.eclipse.jgit.api.ApplyResult
-
public class ApplyResult extends java.lang.ObjectEncapsulates the result of aApplyCommand- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description ApplyResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyResultaddUpdatedFile(java.io.File f)java.util.List<java.io.File>getUpdatedFiles()
-
-
-
Method Detail
-
addUpdatedFile
public ApplyResult addUpdatedFile(java.io.File f)
- Parameters:
f- an updated file- Returns:
- this instance
-
getUpdatedFiles
public java.util.List<java.io.File> getUpdatedFiles()
- Returns:
- updated files
-
-