Uses of Package
com.luciad.lucy.util.properties.codec
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides support facilities for working with preferences and configuration.
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.-
ClassDescriptionCreates new or popuplates existing
ALcyProperties
from files or other data sources. -
ClassDescriptionAbstract base class that can use the
ALcyWorkspaceCodec
to encode paths and reference toObject
s.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
. -
ClassDescriptionCreates new or popuplates existing
ALcyProperties
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
.