Package org.entityfs.util.properties

The Properties interface, an implementation of it and a utility class for it.

See:
          Description

Interface Summary
Properties This interface gives an alternative to the good, old java.util.Properties class.
StorableProperties This interface defines a Properties object that is backed by some kind of file.
 

Class Summary
FileBackedProperties This is an implementation of Properties that is backed by a file.
PropertiesImpl This is an HashMap-based implementation of Properties.
PropertiesUtil Utility class with static methods for working with Properties objects.
PropertyValue This is the value for a property in a Properties object.
 

Exception Summary
NoSuchPropertyException This exception is thrown by methods in Properties to signal that a requested property is missing.
 

Package org.entityfs.util.properties Description

The Properties interface, an implementation of it and a utility class for it.

Since:
1.0
Author:
Karl Gustafsson