org.molgenis.omx
Class MolgenisDbSettings

java.lang.Object
  extended by org.molgenis.omx.MolgenisDbSettings
All Implemented Interfaces:
MolgenisSettings

public class MolgenisDbSettings
extends Object
implements MolgenisSettings


Constructor Summary
MolgenisDbSettings()
           
 
Method Summary
 Boolean getBooleanProperty(String key)
           
 boolean getBooleanProperty(String key, boolean defaultValue)
           
 String getProperty(String key)
           
 String getProperty(String key, String defaultValue)
           
 void setProperty(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MolgenisDbSettings

public MolgenisDbSettings()
Method Detail

getProperty

public String getProperty(String key)
Specified by:
getProperty in interface MolgenisSettings

getProperty

public String getProperty(String key,
                          String defaultValue)
Specified by:
getProperty in interface MolgenisSettings

setProperty

public void setProperty(String key,
                        String value)
Specified by:
setProperty in interface MolgenisSettings

getBooleanProperty

public Boolean getBooleanProperty(String key)
Specified by:
getBooleanProperty in interface MolgenisSettings

getBooleanProperty

public boolean getBooleanProperty(String key,
                                  boolean defaultValue)
Specified by:
getBooleanProperty in interface MolgenisSettings


Copyright © 2013. All Rights Reserved.