Uses of Class
de.flapdoodle.embedmongo.distribution.Distribution

Packages that use Distribution
de.flapdoodle.embedmongo   
de.flapdoodle.embedmongo.distribution   
de.flapdoodle.embedmongo.exceptions   
de.flapdoodle.embedmongo.extract   
de.flapdoodle.embedmongo.runtime   
 

Uses of Distribution in de.flapdoodle.embedmongo
 

Methods in de.flapdoodle.embedmongo with parameters of type Distribution
static boolean LocalArtifactStore.checkArtifact(RuntimeConfig runtime, Distribution distribution)
           
 boolean MongoDBRuntime.checkDistribution(Distribution distribution)
           
static File Downloader.download(RuntimeConfig runtime, Distribution distribution)
           
protected  File MongoDBRuntime.extractMongod(Distribution distribution)
           
static ArchiveType Paths.getArchiveType(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 String Paths.getMongodExecutable(Distribution distribution)
           
static Pattern Paths.getMongodExecutablePattern(Distribution distribution)
           
static String Paths.getPath(Distribution distribution)
           
static boolean LocalArtifactStore.store(RuntimeConfig runtime, Distribution distribution, File download)
           
 

Constructors in de.flapdoodle.embedmongo with parameters of type Distribution
MongodExecutable(Distribution distribution, MongodConfig mongodConfig, RuntimeConfig runtimeConfig, File mongodExecutable)
           
MongodProcess(Distribution distribution, MongodConfig config, RuntimeConfig runtimeConfig, MongodExecutable mongodExecutable)
           
 

Uses of Distribution in de.flapdoodle.embedmongo.distribution
 

Methods in de.flapdoodle.embedmongo.distribution that return Distribution
static Distribution Distribution.detectFor(IVersion version)
           
 

Uses of Distribution in de.flapdoodle.embedmongo.exceptions
 

Methods in de.flapdoodle.embedmongo.exceptions that return Distribution
 Distribution MongodException.withDistribution()
           
 

Constructors in de.flapdoodle.embedmongo.exceptions with parameters of type Distribution
MongodException(Distribution distribution)
           
MongodException(Distribution distribution, Throwable cause)
           
MongodException(String message, Distribution distribution)
           
MongodException(String message, Distribution distribution, Throwable cause)
           
 

Uses of Distribution in de.flapdoodle.embedmongo.extract
 

Methods in de.flapdoodle.embedmongo.extract with parameters of type Distribution
static IExtractor Extractors.getExtractor(Distribution distribution)
           
 

Uses of Distribution in de.flapdoodle.embedmongo.runtime
 

Methods in de.flapdoodle.embedmongo.runtime with parameters of type Distribution
static List<String> Mongod.enhanceCommandLinePlattformSpecific(Distribution distribution, List<String> commands)
           
 List<String> ICommandLinePostProcessor.process(Distribution distribution, List<String> args)
           
 List<String> ICommandLinePostProcessor.Noop.process(Distribution distribution, List<String> args)
           
 



Copyright © 2012. All Rights Reserved.