public class PostgresArtifactStore extends Object implements IMutableArtifactStore
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkDistribution(de.flapdoodle.embed.process.distribution.Distribution distribution) |
de.flapdoodle.embed.process.extract.IExtractedFileSet |
extractFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution) |
de.flapdoodle.embed.process.config.store.IDownloadConfig |
getDownloadConfig() |
de.flapdoodle.embed.process.io.directories.IDirectory |
getTempDir() |
void |
removeFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.extract.IExtractedFileSet all) |
void |
setDownloadConfig(de.flapdoodle.embed.process.config.store.IDownloadConfig downloadConfig) |
public de.flapdoodle.embed.process.io.directories.IDirectory getTempDir()
public void removeFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.extract.IExtractedFileSet all)
removeFileSet in interface de.flapdoodle.embed.process.store.IArtifactStorepublic boolean checkDistribution(de.flapdoodle.embed.process.distribution.Distribution distribution)
throws IOException
checkDistribution in interface de.flapdoodle.embed.process.store.IArtifactStoreIOExceptionpublic de.flapdoodle.embed.process.config.store.IDownloadConfig getDownloadConfig()
public void setDownloadConfig(de.flapdoodle.embed.process.config.store.IDownloadConfig downloadConfig)
setDownloadConfig in interface IMutableArtifactStorepublic de.flapdoodle.embed.process.extract.IExtractedFileSet extractFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution)
throws IOException
extractFileSet in interface de.flapdoodle.embed.process.store.IArtifactStoreIOExceptionCopyright © 2018 Yandex. All rights reserved.