| 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 |
|---|---|
void |
ZipExtractor.extract(IDownloadConfig runtime,
File source,
File destination,
Pattern file) |
void |
ArchiveIsFileExtractor.extract(IDownloadConfig runtime,
File source,
File destination,
Pattern file) |
void |
IExtractor.extract(IDownloadConfig runtime,
File source,
File destination,
Pattern file) |
void |
TgzExtractor.extract(IDownloadConfig runtime,
File source,
File destination,
Pattern file) |
void |
Tbz2Extractor.extract(IDownloadConfig runtime,
File source,
File destination,
Pattern file) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactStoreBuilder |
ArtifactStoreBuilder.download(IDownloadConfig downloadConfig) |
static File |
Downloader.download(IDownloadConfig runtime,
Distribution distribution) |
static String |
Downloader.getDownloadUrl(IDownloadConfig runtime,
Distribution distribution) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactStoreBuilder |
ArtifactStoreBuilder.download(AbstractBuilder<IDownloadConfig> downloadConfigBuilder) |
| Constructor and Description |
|---|
ArtifactStore(IDownloadConfig downloadConfig,
IDirectory tempDireFactory,
ITempNaming executableNaming) |
Copyright © 2013. All Rights Reserved.