@Deprecated public interface PropertyReader extends Serializable
String objects.
Some implementations of this interface also support changing the
underlying set of property entries. In this case, setting a property value
to null has the same effect as removing the property
altogether.
PropertyReaderUtils| Modifier and Type | Method and Description |
|---|---|
String |
get(String name)
Deprecated.
Gets the value of the property with the specified name.
|
Iterator |
getNames()
Deprecated.
Gets an iterator that iterates over all the property names.
|
int |
size()
Deprecated.
Returns the number of entries.
|
String get(String name) throws IllegalArgumentException
name - the name of the property, cannot be null.null if it is not set.IllegalArgumentException - if name == null.Iterator getNames()
Iterator will return only String instances.Iterator that will iterate over all the names, never
null.int size()
See http://www.xins.org/.