| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig |
ImmutableDownloadConfig.Builder.build()
Builds a new
ImmutableDownloadConfig. |
static ImmutableDownloadConfig |
ImmutableDownloadConfig.copyOf(DownloadConfig instance)
Creates an immutable copy of a
DownloadConfig value. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withArtifactStorePath(Directory value)
Copy the current immutable object by setting a value for the
artifactStorePath attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withAuthorization(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
authorization attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withAuthorization(String value)
Copy the current immutable object by setting a present value for the optional
authorization attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withDownloadPath(DistributionDownloadPath value)
Copy the current immutable object by setting a value for the
downloadPath attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withDownloadPrefix(String value)
Copy the current immutable object by setting a value for the
downloadPrefix attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withFileNaming(TempNaming value)
Copy the current immutable object by setting a value for the
fileNaming attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withPackageResolver(PackageResolver value)
Copy the current immutable object by setting a value for the
packageResolver attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProgressListener(ProgressListener value)
Copy the current immutable object by setting a value for the
progressListener attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(Optional<? extends ProxyFactory> optional)
Copy the current immutable object by setting an optional value for the
proxyFactory attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withProxyFactory(ProxyFactory value)
Copy the current immutable object by setting a present value for the optional
proxyFactory attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withTimeoutConfig(TimeoutConfig value)
Copy the current immutable object by setting a value for the
timeoutConfig attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withUserAgent(String value)
Copy the current immutable object by setting a value for the
userAgent attribute. |
Copyright © 2022. All rights reserved.