Package com.google.gerrit.server.config
Class CapabilityResource
- java.lang.Object
-
- com.google.gerrit.server.config.ConfigResource
-
- com.google.gerrit.server.config.CapabilityResource
-
- All Implemented Interfaces:
RestResource
public class CapabilityResource extends ConfigResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<CapabilityResource>>
CAPABILITY_KIND
-
Fields inherited from class com.google.gerrit.server.config.ConfigResource
CONFIG_KIND, DEFAULT_CACHE_CONTROL
-
-
Constructor Summary
Constructors Constructor Description CapabilityResource()
-
-
-
Field Detail
-
CAPABILITY_KIND
public static final com.google.inject.TypeLiteral<RestView<CapabilityResource>> CAPABILITY_KIND
-
-