org.xins.common.collections
Class PropertiesPropertyReader

java.lang.Object
  extended byorg.xins.common.collections.AbstractPropertyReader
      extended byorg.xins.common.collections.PropertiesPropertyReader
All Implemented Interfaces:
PropertyReader, Serializable

public final class PropertiesPropertyReader
extends AbstractPropertyReader

Property reader based on a Properties object.

Since:
XINS 1.0.0
Version:
$Revision: 1.13 $ $Date: 2008/07/04 10:22:49 $
Author:
Ernst de Haan
See Also:
Serialized Form

Constructor Summary
PropertiesPropertyReader(Properties properties)
          Constructs a new PropertiesPropertyReader.
 
Methods inherited from class org.xins.common.collections.AbstractPropertyReader
equals, get, getNames, getPropertiesMap, hashCode, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesPropertyReader

public PropertiesPropertyReader(Properties properties)
                         throws IllegalArgumentException
Constructs a new PropertiesPropertyReader.

Parameters:
properties - the Properties object to read from, not null.
Throws:
IllegalArgumentException - if properties == null.


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