Uses of Interface
com.luciad.lucy.util.properties.codec.ILcyPropertiesDecoder
Packages that use ILcyPropertiesDecoder
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 encoding and decoding
ALcyProperties
instances to and
from arbitrary destinations and sources, as well as converting Object
values to
String
values and vice versa.-
Uses of ILcyPropertiesDecoder in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyPropertiesDecoderModifier and TypeMethodDescriptionTLcyPreferencesManager.getSystemPreferencesPropertiesDecoder()
Returns theILcyPropertiesDecoder
that addons can use to decode their initial system configuration.TLcyPreferencesManager.getUserPreferencesPropertiesDecoder()
Returns theILcyPropertiesDecoder
that addons can use to decode their initial user configuration.Methods in com.luciad.lucy with parameters of type ILcyPropertiesDecoderModifier and TypeMethodDescriptionvoid
TLcyPreferencesManager.setSystemPreferencesPropertiesDecoder
(ILcyPropertiesDecoder aSystemPreferencesPropertiesDecoder) Sets theILcyPropertiesDecoder
that addons should use to decode their initial system configuration.void
TLcyPreferencesManager.setUserPreferencesPropertiesDecoder
(ILcyPropertiesDecoder aUserPreferencesPropertiesDecoder) Sets theILcyPropertiesDecoder
that addons should use to decode their initial user configuration. -
Uses of ILcyPropertiesDecoder in com.luciad.lucy.util.properties.codec
Classes in com.luciad.lucy.util.properties.codec that implement ILcyPropertiesDecoderModifier and TypeClassDescriptionclass
This class can encode and decode anALcyProperties
instance to and from a text file.