Uses of Package
com.luciad.lucy.util.properties.codec
Packages that use 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.-
Classes in com.luciad.lucy.util.properties.codec used by com.luciad.lucyClassDescriptionCreates new or popuplates existing
ALcyProperties
from files or other data sources. -
Classes in com.luciad.lucy.util.properties.codec used by com.luciad.lucy.util.preferencesClassDescriptionAbstract 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
. -
Classes in com.luciad.lucy.util.properties.codec used by com.luciad.lucy.util.properties.codecClassDescriptionCreates 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
.