java.lang.Object
org.eclipse.jgit.patch.PatchApplier.Result.Error
- Enclosing class:
- PatchApplier.Result
A wrapper for a patch applying error that affects a given file.
- Since:
- 6.6
-
Method Summary
-
Method Details
-
isGitConflict
public boolean isGitConflict()Signals if as part of encountering this error, conflict markers were added to the file.- Returns:
trueif conflict markers were added for this error.- Since:
- 6.10
-
toString
-
equals
-
hashCode
public int hashCode()
-