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

Packages that use Version
de.flapdoodle.embedmongo   
de.flapdoodle.embedmongo.config   
de.flapdoodle.embedmongo.distribution   
 

Uses of Version in de.flapdoodle.embedmongo
 

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

Uses of Version in de.flapdoodle.embedmongo.config
 

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

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

Uses of Version in de.flapdoodle.embedmongo.distribution
 

Methods in de.flapdoodle.embedmongo.distribution that return Version
 Version Distribution.getVersion()
           
static Version Version.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Version[] Version.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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



Copyright © 2012. All Rights Reserved.