Class ChangeEditResource

java.lang.Object
com.google.gerrit.server.change.ChangeEditResource
All Implemented Interfaces:
RestResource

public class ChangeEditResource extends Object implements RestResource
Represents change edit resource, that is actually two kinds of resources:
  • the change edit itself
  • a path within the edit
distinguished by whether path is null or not.
  • Field Details

  • Constructor Details

  • Method Details

    • isCacheable

      public boolean isCacheable()
    • getChangeResource

      public ChangeResource getChangeResource()
    • getChangeEdit

      public ChangeEdit getChangeEdit()
    • getPath

      public String getPath()