org.xins.common.collections
Class PropertiesPropertyReader
java.lang.Object
org.xins.common.collections.AbstractPropertyReader
org.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.8 $ $Date: 2006/08/28 09:12:32 $
- Author:
- Ernst de Haan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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/.