Package com.google.gerrit.server.config
Class DownloadConfig
- java.lang.Object
-
- com.google.gerrit.server.config.DownloadConfig
-
public class DownloadConfig extends Object
Download protocol fromgerrit.config
.Only used to configure the built-in set of schemes and commands in the core download-commands plugin; not used by other plugins.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<ArchiveFormatInternal>
getArchiveFormats()
Archive formats for downloading.com.google.common.collect.ImmutableSet<GeneralPreferencesInfo.DownloadCommand>
getDownloadCommands()
Command used to download.com.google.common.collect.ImmutableSet<String>
getDownloadSchemes()
Scheme used to download.
-
-
-
Method Detail
-
getDownloadSchemes
public com.google.common.collect.ImmutableSet<String> getDownloadSchemes()
Scheme used to download.
-
getDownloadCommands
public com.google.common.collect.ImmutableSet<GeneralPreferencesInfo.DownloadCommand> getDownloadCommands()
Command used to download.
-
getArchiveFormats
public com.google.common.collect.ImmutableSet<ArchiveFormatInternal> getArchiveFormats()
Archive formats for downloading.
-
-