org.eviline
Class ExtendedPropertySource
java.lang.Object
org.eviline.ExtendedPropertySource
- All Implemented Interfaces:
- Serializable, PropertySource
- Direct Known Subclasses:
- MaliciousRandomizer.MaliciousRandomizerProperties
public class ExtendedPropertySource
- extends Object
- implements PropertySource, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
protected PropertySource p
ExtendedPropertySource
public ExtendedPropertySource(PropertySource p)
ExtendedPropertySource
public ExtendedPropertySource()
containsKey
public boolean containsKey(String key)
- Description copied from interface:
PropertySource
- Does the specified property key exist?
- Specified by:
containsKey
in interface PropertySource
- Returns:
get
public String get(String key)
- Description copied from interface:
PropertySource
- Return the value of the specified property key
- Specified by:
get
in interface PropertySource
- Returns:
put
public String put(String key,
String value)
- Description copied from interface:
PropertySource
- Set the value of the specified property key
- Specified by:
put
in interface PropertySource
- Returns:
keys
public Set<String> keys()
- Description copied from interface:
PropertySource
- Return the set of all property keys
- Specified by:
keys
in interface PropertySource
- Returns:
getBoolean
public Boolean getBoolean(String key)
putBoolean
public Boolean putBoolean(String key,
Boolean value)
getInt
public Integer getInt(String key)
putInt
public Integer putInt(String key,
Integer value)
getDouble
public Double getDouble(String key)
putDouble
public Double putDouble(String key,
Double value)
Copyright © 2013. All Rights Reserved.