Class PatchApplier.Result.Error

java.lang.Object
org.eclipse.jgit.patch.PatchApplier.Result.Error
Enclosing class:
PatchApplier.Result

public static class PatchApplier.Result.Error extends Object
A wrapper for a patch applying error that affects a given file.
Since:
6.6
  • Method Details

    • isGitConflict

      public boolean isGitConflict()
      Signals if as part of encountering this error, conflict markers were added to the file.
      Returns:
      true if conflict markers were added for this error.
      Since:
      6.10
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object