de.flapdoodle.embedmongo.config
Class RuntimeConfig

java.lang.Object
  extended by de.flapdoodle.embedmongo.config.RuntimeConfig

public class RuntimeConfig
extends Object


Constructor Summary
RuntimeConfig()
           
 
Method Summary
 String getArtifactStorePath()
           
 String getDownloadPath()
           
 IProgressListener getProgressListener()
           
 void setDownloadPath(String downloadPath)
           
 void setProgressListener(IProgressListener progressListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeConfig

public RuntimeConfig()
Method Detail

setDownloadPath

public void setDownloadPath(String downloadPath)

getDownloadPath

public String getDownloadPath()

setProgressListener

public void setProgressListener(IProgressListener progressListener)

getProgressListener

public IProgressListener getProgressListener()

getArtifactStorePath

public String getArtifactStorePath()


Copyright © 2011. All Rights Reserved.