Package com.luciad.lucy.util.properties.codec
package com.luciad.lucy.util.properties.codec
Provides support facilities for encoding and decoding
ALcyProperties instances to and
from arbitrary destinations and sources, as well as converting Object values to
String values and vice versa.- Since:
- 8.1
-
ClassDescriptionAbstract base class that can use the
ALcyWorkspaceCodecto encode paths and reference toObjects.Creates new or popuplates existingALcyPropertiesfrom files or other data sources.WritesALcyPropertiesto files or other types of storage.The concept of aILcyPropertyConverterallows to make some modifications to anALcyPropertiesobject just before they are stored, and just after they are read.Composite implementation ofILcyPropertyConverter.This class can encode and decode anALcyPropertiesinstance to and from a text file.