eu.emi.dsr.core
Class Configuration
java.lang.Object
eu.emi.dsr.core.Configuration
- All Implemented Interfaces:
- Cloneable
public class Configuration
- extends Object
- implements Cloneable
- Author:
- a.memon, g.szigeti
Configuration
public Configuration(String pathparam)
Configuration
public Configuration(Properties properties)
getProperties
public Properties getProperties()
setProperty
public void setProperty(String key,
String value)
getProperty
public String getProperty(String key)
getIntegerProperty
public Integer getIntegerProperty(String key)
getBooleanProperty
public Boolean getBooleanProperty(String key,
String defaultValue)
getBooleanProperty
public Boolean getBooleanProperty(String key)
getBooleanProperty
public Boolean getBooleanProperty(String key,
Boolean defaultValue)
getLongProperty
public Long getLongProperty(String key)
getDoubleProperty
public Double getDoubleProperty(String key)
getFloatProperty
public Float getFloatProperty(String key)
getProperty
public String getProperty(String key,
String defaultValue)
clone
public Configuration clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
Copyright © 2012. All Rights Reserved.