@Value.Immutable
public interface DownloadConfig
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDownloadConfig.Builder |
builder() |
Directory |
getArtifactStorePath() |
Optional<String> |
getAuthorization() |
DistributionDownloadPath |
getDownloadPath() |
String |
getDownloadPrefix() |
TempNaming |
getFileNaming() |
PackageResolver |
getPackageResolver() |
ProgressListener |
getProgressListener() |
default TimeoutConfig |
getTimeoutConfig() |
String |
getUserAgent() |
Optional<ProxyFactory> |
proxyFactory() |
DistributionDownloadPath getDownloadPath()
ProgressListener getProgressListener()
Directory getArtifactStorePath()
TempNaming getFileNaming()
String getDownloadPrefix()
String getUserAgent()
PackageResolver getPackageResolver()
@Value.Default default TimeoutConfig getTimeoutConfig()
Optional<ProxyFactory> proxyFactory()
static ImmutableDownloadConfig.Builder builder()
Copyright © 2022. All rights reserved.