public final class PropertiesPropertyReader extends AbstractPropertyReader
Properties
object.Constructor and Description |
---|
PropertiesPropertyReader(Properties properties)
Constructs a new
PropertiesPropertyReader . |
public PropertiesPropertyReader(Properties properties) throws IllegalArgumentException
PropertiesPropertyReader
.properties
- the Properties
object to read from, not null
.IllegalArgumentException
- if properties == null
.See http://www.xins.org/.