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