Class InMemoryDiffEntry

java.lang.Object
org.openrewrite.jgit.diff.DiffEntry
org.openrewrite.internal.InMemoryDiffEntry
All Implemented Interfaces:
AutoCloseable

public class InMemoryDiffEntry extends org.openrewrite.jgit.diff.DiffEntry implements AutoCloseable
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openrewrite.jgit.diff.DiffEntry

    org.openrewrite.jgit.diff.DiffEntry.ChangeType, org.openrewrite.jgit.diff.DiffEntry.Side
  • Field Summary

    Fields inherited from class org.openrewrite.jgit.diff.DiffEntry

    changeType, DEV_NULL, diffAttribute, newId, newMode, newPath, oldId, oldMode, oldPath, score
  • Constructor Summary

    Constructors
    Constructor
    Description
    InMemoryDiffEntry(@Nullable Path originalFilePath, @Nullable Path filePath, @Nullable Path relativeTo, String oldSource, String newSource, Set<Recipe> recipesThatMadeChanges)
     
    InMemoryDiffEntry(@Nullable Path originalFilePath, @Nullable Path filePath, @Nullable Path relativeTo, String oldSource, String newSource, Set<Recipe> recipesThatMadeChanges, org.openrewrite.jgit.lib.FileMode oldMode, org.openrewrite.jgit.lib.FileMode newMode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    getDiff(@Nullable Boolean ignoreAllWhitespace)
     

    Methods inherited from class org.openrewrite.jgit.diff.DiffEntry

    getChangeType, getDiffAttribute, getId, getMode, getNewId, getNewMode, getNewPath, getOldId, getOldMode, getOldPath, getPath, getScore, getTreeFilterMarks, isMarked, scan, scan, scan, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait