Interface | Description |
---|---|
PropertyReader | Deprecated
since XINS 3.0.
|
Class | Description |
---|---|
AbstractPropertyReader |
Base for
PropertyReader implementations that use an underlying
Map instance. |
BasicPropertyReader |
Modifiable implementation of a property reader.
|
ChainedMap | Deprecated
Since XINS 3.0, use the
LinkedHashMap class, available
since J2SE v1.4. |
EnumerationIterator |
Iterator implementation that reads from an
Enumeration . |
MapStringUtils |
Utility functions for dealing with
Map<String, String> objects. |
PropertiesPropertyReader |
Property reader based on a
Properties object. |
PropertyReaderConverter | Deprecated
Use MapStringUtils
|
PropertyReaderUtils | Deprecated
Use MapStringUtils
|
ProtectedList |
Modifiable
List implementaton that can be protected from
unauthorized changes. |
ProtectedPropertyReader |
Modifiable
PropertyReader implementaton that can be protected
from unauthorized changes. |
StatsMap<K,V> |
Map that remembers which properties have not been accessed.
|
StatsPropertyReader | Deprecated |
UniqueProperties |
Class that indicates whether a property value is overwritten.
|
WarnDoubleProperties |
Class that logs a warning message in the log system if a property value
is overwritten.
|
Exception | Description |
---|---|
IncorrectSecretKeyException |
Exception that indicates a secret key argument did not match the actual
secret key.
|
InvalidPropertyValueException |
Exception thrown to indicate the property of a value is invalid.
|
MissingRequiredPropertyException |
Exception thrown to indicate a required property has no value set for it.
|
PropertyException |
Exception thrown to indicate a problem with a property.
|
See http://www.xins.org/.