| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.artifactStorePath(Directory artifactStorePath)
Initializes the value for the
artifactStorePath attribute. |
static ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.builder()
Creates a builder for
ImmutableDownloadConfig. |
static ImmutableDownloadConfig.Builder |
DownloadConfig.builder() |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.downloadPath(DistributionDownloadPath downloadPath)
Initializes the value for the
downloadPath attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.downloadPrefix(String downloadPrefix)
Initializes the value for the
downloadPrefix attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.fileNaming(TempNaming fileNaming)
Initializes the value for the
fileNaming attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.from(DownloadConfig instance)
Fill a builder with attribute values from the provided
DownloadConfig instance. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.packageResolver(PackageResolver packageResolver)
Initializes the value for the
packageResolver attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.progressListener(ProgressListener progressListener)
Initializes the value for the
progressListener attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(Optional<? extends ProxyFactory> proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.proxyFactory(ProxyFactory proxyFactory)
Initializes the optional value
proxyFactory to proxyFactory. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.timeoutConfig(TimeoutConfig timeoutConfig)
Initializes the value for the
timeoutConfig attribute. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.userAgent(String userAgent)
Initializes the value for the
userAgent attribute. |
| Modifier and Type | Method and Description |
|---|---|
ExtractedArtifactStore |
ExtractedArtifactStore.download(ImmutableDownloadConfig.Builder downloadConfigBuilder)
Deprecated.
|
Copyright © 2020. All rights reserved.