org.eviline
Class ExtendedPropertySource

java.lang.Object
  extended by 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

Field Summary
protected  PropertySource p
           
 
Constructor Summary
ExtendedPropertySource()
           
ExtendedPropertySource(PropertySource p)
           
 
Method Summary
 boolean containsKey(String key)
          Does the specified property key exist?
 String get(String key)
          Return the value of the specified property key
 Boolean getBoolean(String key)
           
 Double getDouble(String key)
           
 Integer getInt(String key)
           
 Set<String> keys()
          Return the set of all property keys
 String put(String key, String value)
          Set the value of the specified property key
 Boolean putBoolean(String key, Boolean value)
           
 Double putDouble(String key, Double value)
           
 Integer putInt(String key, Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

protected PropertySource p
Constructor Detail

ExtendedPropertySource

public ExtendedPropertySource(PropertySource p)

ExtendedPropertySource

public ExtendedPropertySource()
Method Detail

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.