Uses of Class
de.flapdoodle.embedmongo.config.RuntimeConfig

Packages that use RuntimeConfig
de.flapdoodle.embedmongo   
de.flapdoodle.embedmongo.extract   
 

Uses of RuntimeConfig in de.flapdoodle.embedmongo
 

Methods in de.flapdoodle.embedmongo with parameters of type RuntimeConfig
static boolean LocalArtifactStore.checkArtifact(RuntimeConfig runtime, Distribution distribution)
           
static File Downloader.download(RuntimeConfig runtime, Distribution distribution)
           
static File LocalArtifactStore.getArtifact(RuntimeConfig runtime, Distribution distribution)
           
static String Downloader.getDownloadUrl(RuntimeConfig runtime, Distribution distribution)
          http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.6.5.tgz http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.7.6.tgz http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-1.6.5.zip http://fastdl.mongodb.org/win32/mongodb-win32-i386-1.7.6.zip http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.6.5.tgz http://fastdl.mongodb.org/osx/mongodb-osx-i386-tiger-1.7.6.tgz
static MongoDBRuntime MongoDBRuntime.getInstance(RuntimeConfig config)
           
static boolean LocalArtifactStore.store(RuntimeConfig runtime, Distribution distribution, File download)
           
 

Uses of RuntimeConfig in de.flapdoodle.embedmongo.extract
 

Methods in de.flapdoodle.embedmongo.extract with parameters of type RuntimeConfig
 void IExtractor.extract(RuntimeConfig runtime, File source, File destination, Pattern file)
           
 void TgzExtractor.extract(RuntimeConfig runtime, File source, File destination, Pattern file)
           
 void ZipExtractor.extract(RuntimeConfig runtime, File source, File destination, Pattern file)
           
 



Copyright © 2012. All Rights Reserved.