public class DownloadConfig extends Object
Constructor and Description |
---|
DownloadConfig(BuckConfig delegate) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,String> |
getAllMavenRepos() |
Optional<String> |
getMavenRepo() |
OptionalInt |
getMaxNumberOfRetries() |
Optional<Proxy> |
getProxy() |
Optional<PasswordAuthentication> |
getRepoCredentials(String repo) |
boolean |
isDownloadAtRuntimeOk() |
public DownloadConfig(BuckConfig delegate)
public boolean isDownloadAtRuntimeOk()
public Optional<PasswordAuthentication> getRepoCredentials(String repo)
public OptionalInt getMaxNumberOfRetries()