public class FileResource
extends java.lang.Object
implements com.google.gerrit.extensions.restapi.RestResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<FileResource>> |
FILE_KIND |
Constructor and Description |
---|
FileResource(RevisionResource rev,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Patch.Key |
getPatchKey() |
RevisionResource |
getRevision() |
boolean |
isCacheable() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<FileResource>> FILE_KIND
public FileResource(RevisionResource rev, java.lang.String name)
public com.google.gerrit.reviewdb.client.Patch.Key getPatchKey()
public boolean isCacheable()
public RevisionResource getRevision()