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
ALcyWorkspaceCodec
to encode paths and reference toObject
s.Creates new or popuplates existingALcyProperties
from files or other data sources.WritesALcyProperties
to files or other types of storage.The concept of aILcyPropertyConverter
allows to make some modifications to anALcyProperties
object just before they are stored, and just after they are read.Composite implementation ofILcyPropertyConverter
.This class can encode and decode anALcyProperties
instance to and from a text file.