- java.lang.Object
-
- org.eclipse.jgit.api.ApplyResult
-
public class ApplyResult extends Object
Encapsulates 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(File f)Add updated fileList<File>getUpdatedFiles()Get updated files
-
-
-
Method Detail
-
addUpdatedFile
public ApplyResult addUpdatedFile(File f)
Add updated file- Parameters:
f- an updated file- Returns:
- this instance
-
-