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(com.google.gerrit.reviewdb.client.Project.NameKey project,
java.lang.String rev,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath() |
com.google.gerrit.reviewdb.client.Project.NameKey |
getProject() |
java.lang.String |
getRev() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<FileResource>> FILE_KIND