Uses of Interface
org.nuxeo.ecm.localconf.SimpleConfiguration
-
Packages that use SimpleConfiguration Package Description org.nuxeo.ecm.localconf org.nuxeo.ecm.platform.userpreferences -
-
Uses of SimpleConfiguration in org.nuxeo.ecm.localconf
Classes in org.nuxeo.ecm.localconf that implement SimpleConfiguration Modifier and Type Class Description class
SimpleConfigurationAdapter
Default implementation ofSimpleConfiguration
.Methods in org.nuxeo.ecm.localconf that return SimpleConfiguration Modifier and Type Method Description SimpleConfiguration
SimpleConfigurationAdapter. merge(SimpleConfiguration other)
Methods in org.nuxeo.ecm.localconf with parameters of type SimpleConfiguration Modifier and Type Method Description SimpleConfiguration
SimpleConfigurationAdapter. merge(SimpleConfiguration other)
-
Uses of SimpleConfiguration in org.nuxeo.ecm.platform.userpreferences
Classes in org.nuxeo.ecm.platform.userpreferences that implement SimpleConfiguration Modifier and Type Class Description class
SimpleUserPreferences
An object that stores simple key/value user preferences.
-