de.flapdoodle.embed.mongo
Class Paths

java.lang.Object
  extended by de.flapdoodle.embed.mongo.Paths
All Implemented Interfaces:
de.flapdoodle.embed.process.config.store.IPackageResolver

public class Paths
extends Object
implements de.flapdoodle.embed.process.config.store.IPackageResolver


Constructor Summary
Paths(Command command)
           
 
Method Summary
 String executableFilename(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 Pattern executeablePattern(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 de.flapdoodle.embed.process.distribution.ArchiveType getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
 String getPath(de.flapdoodle.embed.process.distribution.Distribution distribution)
           
protected static String getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version)
           
protected  boolean useWindows2008PlusVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paths

public Paths(Command command)
Method Detail

executeablePattern

public Pattern executeablePattern(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
executeablePattern in interface de.flapdoodle.embed.process.config.store.IPackageResolver

executableFilename

public String executableFilename(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
executableFilename in interface de.flapdoodle.embed.process.config.store.IPackageResolver

getArchiveType

public de.flapdoodle.embed.process.distribution.ArchiveType getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
getArchiveType in interface de.flapdoodle.embed.process.config.store.IPackageResolver

getPath

public String getPath(de.flapdoodle.embed.process.distribution.Distribution distribution)
Specified by:
getPath in interface de.flapdoodle.embed.process.config.store.IPackageResolver

useWindows2008PlusVersion

protected boolean useWindows2008PlusVersion()

getVersionPart

protected static String getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version)


Copyright © 2012. All Rights Reserved.