de.flapdoodle.embedmongo
Class MongodExecutable

java.lang.Object
  extended by de.flapdoodle.embedmongo.MongodExecutable

public class MongodExecutable
extends Object


Constructor Summary
MongodExecutable(Distribution distribution, MongodConfig mongodConfig, File mongodExecutable)
           
 
Method Summary
 void cleanup()
           
 File getFile()
           
 MongodProcess start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongodExecutable

public MongodExecutable(Distribution distribution,
                        MongodConfig mongodConfig,
                        File mongodExecutable)
Method Detail

cleanup

public void cleanup()

getFile

public File getFile()

start

public MongodProcess start()
                    throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.