Package com.togethersoft.openapi.util.properties

This package presents different interfaces and classes which present and work with a plain list of a properties where the duplicated values are allowed.

See
          Description

Class Diagram Summary
properties 
 

Interface Summary
IProperties Presents interface to a string property with ability to set new value.
IPropertiesRO Presents read-only interface to string property.
PropertyLocator Represents access to property stored in file.
 

Class Summary
CompositePropertiesRO Represents list of properties are composited from the several others (source) lists.
DictionaryProperties Represents a number of properties as a dictionary.
FilteredNameProperties Adds ability to set value for this property.
FilteredNamePropertiesRO Presents filtered property with read-only access.
NullProperties Represents null property with ability to set new value to it.
NullPropertiesRO Represents null property.
PropertyUtil 
 

Package com.togethersoft.openapi.util.properties Description

This package presents different interfaces and classes which present and work with a plain list of a properties where the duplicated values are allowed.