java.lang.Object
org.eclipse.jgit.patch.PatchApplier.Result
- Enclosing class:
- PatchApplier
A wrapper for returning both the applied tree ID and the applied files
list.
- Since:
- 6.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getPaths
- Returns:
- List of modified paths.
-
getTreeId
- Returns:
- The applied tree ID.
-