de.flapdoodle.embedmongo.distribution
Class GenericVersion

java.lang.Object
  extended by de.flapdoodle.embedmongo.distribution.GenericVersion
All Implemented Interfaces:
IVersion

public class GenericVersion
extends Object
implements IVersion

Generic version implementation for currently unsupported mongodb versions by embedmongo.


Constructor Summary
GenericVersion(String versionInDownloadPath)
          C'tor with version name = specific version
 
Method Summary
 String asInDownloadPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericVersion

public GenericVersion(String versionInDownloadPath)
C'tor with version name = specific version

Parameters:
versionInDownloadPath -
Method Detail

asInDownloadPath

public String asInDownloadPath()
Specified by:
asInDownloadPath in interface IVersion

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.