public class DownloadConfig
extends java.lang.Object
gerrit.config
.
Only used to configure the built-in set of schemes and commands in the core download-commands plugin; not used by other plugins.
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<ArchiveFormat> |
getArchiveFormats()
Archive formats for downloading.
|
com.google.common.collect.ImmutableSet<GeneralPreferencesInfo.DownloadCommand> |
getDownloadCommands()
Command used to download.
|
com.google.common.collect.ImmutableSet<java.lang.String> |
getDownloadSchemes()
Scheme used to download.
|
public com.google.common.collect.ImmutableSet<java.lang.String> getDownloadSchemes()
public com.google.common.collect.ImmutableSet<GeneralPreferencesInfo.DownloadCommand> getDownloadCommands()
public com.google.common.collect.ImmutableSet<ArchiveFormat> getArchiveFormats()