| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.extract | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DownloadConfigBuilder.ImmutableDownloadConfig |
| Modifier and Type | Method and Description |
|---|---|
IDownloadConfig |
DownloadConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
IExtractedFileSet |
AbstractExtractor.extract(IDownloadConfig runtime,
File source,
FilesToExtract toExtract) |
IExtractedFileSet |
ArchiveIsFileExtractor.extract(IDownloadConfig runtime,
File source,
FilesToExtract toExtract) |
IExtractedFileSet |
IExtractor.extract(IDownloadConfig runtime,
File source,
FilesToExtract toExtract) |
| Modifier and Type | Field and Description |
|---|---|
protected static TypedProperty<IDownloadConfig> |
ArtifactStoreBuilder.DOWNLOAD_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
protected IProperty<IDownloadConfig> |
ArtifactStoreBuilder.download() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactStoreBuilder |
ArtifactStoreBuilder.download(IDownloadConfig downloadConfig) |
ExtractedArtifactStoreBuilder |
ExtractedArtifactStoreBuilder.download(IDownloadConfig downloadConfig) |
File |
Downloader.download(IDownloadConfig downloadConfig,
Distribution distribution) |
File |
IDownloader.download(IDownloadConfig runtime,
Distribution distribution) |
String |
Downloader.getDownloadUrl(IDownloadConfig runtime,
Distribution distribution) |
String |
IDownloader.getDownloadUrl(IDownloadConfig runtime,
Distribution distribution) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactStoreBuilder |
ArtifactStoreBuilder.download(AbstractBuilder<IDownloadConfig> downloadConfigBuilder)
Deprecated.
|
| Constructor and Description |
|---|
ArtifactStore(IDownloadConfig downloadConfig,
IDirectory tempDirFactory,
ITempNaming executableNaming,
IDownloader downloader) |
ExtractedArtifactStore(IDownloadConfig downloadConfig,
IDownloader downloader,
DirectoryAndExecutableNaming extraction,
DirectoryAndExecutableNaming temp) |
Copyright © 2018. All Rights Reserved.