Uses of Interface
de.flapdoodle.embed.process.config.store.IDownloadConfig

Packages that use IDownloadConfig
de.flapdoodle.embed.process.config   
de.flapdoodle.embed.process.extract   
de.flapdoodle.embed.process.store   
 

Uses of IDownloadConfig in de.flapdoodle.embed.process.config
 

Methods in de.flapdoodle.embed.process.config that return IDownloadConfig
 IDownloadConfig IRuntimeConfig.getDownloadConfig()
           
 

Uses of IDownloadConfig in de.flapdoodle.embed.process.extract
 

Methods in de.flapdoodle.embed.process.extract with parameters of type IDownloadConfig
 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)
           
 

Uses of IDownloadConfig in de.flapdoodle.embed.process.store
 

Methods in de.flapdoodle.embed.process.store with parameters of type IDownloadConfig
static boolean LocalArtifactStore.checkArtifact(IDownloadConfig runtime, Distribution distribution)
           
static File Downloader.download(IDownloadConfig runtime, Distribution distribution)
           
static File LocalArtifactStore.getArtifact(IDownloadConfig runtime, Distribution distribution)
           
static String Downloader.getDownloadUrl(IDownloadConfig runtime, Distribution distribution)
           
static boolean LocalArtifactStore.store(IDownloadConfig runtime, Distribution distribution, File download)
           
 



Copyright © 2012. All Rights Reserved.