Package org.eclipse.jgit.api
Class ApplyResult
java.lang.Object
org.eclipse.jgit.api.ApplyResult
Encapsulates the result of a
ApplyCommand
- Since:
- 2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd updated fileGet updated files
-
Field Details
-
updatedFiles
-
-
Constructor Details
-
ApplyResult
public ApplyResult()
-
-
Method Details
-
addUpdatedFile
Add updated file- Parameters:
f
- an updated file- Returns:
- this instance
-
getUpdatedFiles
Get updated files- Returns:
- updated files
-