Class ModifiedFile

java.lang.Object
com.google.gerrit.server.patch.gitdiff.ModifiedFile

public abstract class ModifiedFile extends Object
An entity representing a Modified file due to a diff between 2 git trees. This entity contains the change type and the old & new paths, but does not include any actual content diff of the file.
  • Constructor Details

    • ModifiedFile

      public ModifiedFile()
  • Method Details