Package com.google.gerrit.server.edit.tree
-
Interface Summary Interface Description TreeModification A specific modification of a Git tree. -
Class Summary Class Description ChangeFileContentModification ATreeModification
which changes the content of a file.DeleteFileModification ATreeModification
which deletes a file.RenameFileModification ATreeModification
which renames a file or moves it to a different path.RestoreFileModification ATreeModification
which restores a file.TreeCreator A creator for a new Git tree.