org.xins.common.collections
Class WarnDoubleProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.xins.common.collections.WarnDoubleProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class WarnDoubleProperties
extends Properties

Class that logs a warning message in the log system if a property value is overwritten.

Since:
XINS 1.4.0
Version:
$Revision: 1.9 $ $Date: 2008/07/04 10:22:50 $
Author:
Anthony Goubard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
WarnDoubleProperties()
           
 
Method Summary
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WarnDoubleProperties

public WarnDoubleProperties()
Method Detail

put

public Object put(Object key,
                  Object value)


See http://www.xins.org/.