java.lang.Object
org.eclipse.jgit.merge.ResolveMerger.WorkTreeUpdater.Result
- Enclosing class:
- ResolveMerger.WorkTreeUpdater
The result of writing the index changes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet path of files that couldn't be deletedGet path of modified filesGet modified tree id if any
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getTreeId
Get modified tree id if any- Returns:
- Modified tree ID if any, or null otherwise.
-
getFailedToDelete
Get path of files that couldn't be deleted- Returns:
- Files that couldn't be deleted.
-
getModifiedFiles
Get path of modified files- Returns:
- Files modified during this operation.
-