Uses of Interface
de.flapdoodle.embedmongo.distribution.IVersion

Packages that use IVersion
de.flapdoodle.embedmongo   
de.flapdoodle.embedmongo.config   
de.flapdoodle.embedmongo.distribution   
de.flapdoodle.embedmongo.tests   
 

Uses of IVersion in de.flapdoodle.embedmongo
 

Methods in de.flapdoodle.embedmongo with parameters of type IVersion
protected static String Paths.getVersionPart(IVersion version)
           
 

Uses of IVersion in de.flapdoodle.embedmongo.config
 

Methods in de.flapdoodle.embedmongo.config that return IVersion
 IVersion MongodConfig.getVersion()
           
 

Constructors in de.flapdoodle.embedmongo.config with parameters of type IVersion
MongodConfig(IVersion version)
           
MongodConfig(IVersion version, int port, boolean ipv6)
           
MongodConfig(IVersion version, int port, boolean ipv6, String databaseDir)
           
 

Uses of IVersion in de.flapdoodle.embedmongo.distribution
 

Classes in de.flapdoodle.embedmongo.distribution that implement IVersion
 class GenericVersion
          Generic version implementation for currently unsupported mongodb versions by embedmongo.
 class Version
          MongoDB Version enum
static class Version.Main
           
 

Methods in de.flapdoodle.embedmongo.distribution that return IVersion
 IVersion Distribution.getVersion()
           
 

Methods in de.flapdoodle.embedmongo.distribution with parameters of type IVersion
static Distribution Distribution.detectFor(IVersion version)
           
 

Constructors in de.flapdoodle.embedmongo.distribution with parameters of type IVersion
Distribution(IVersion version, Platform platform, BitSize bitsize)
           
 

Uses of IVersion in de.flapdoodle.embedmongo.tests
 

Methods in de.flapdoodle.embedmongo.tests with parameters of type IVersion
static MongodForTestsFactory MongodForTestsFactory.with(IVersion version)
           
 

Constructors in de.flapdoodle.embedmongo.tests with parameters of type IVersion
MongodForTestsFactory(IVersion version)
          Create the testing utility using the specified version of MongoDB.
 



Copyright © 2012. All Rights Reserved.