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 classSimpleConfigurationAdapterDefault implementation ofSimpleConfiguration.Methods in org.nuxeo.ecm.localconf that return SimpleConfiguration Modifier and Type Method Description SimpleConfigurationSimpleConfigurationAdapter. merge(SimpleConfiguration other)Methods in org.nuxeo.ecm.localconf with parameters of type SimpleConfiguration Modifier and Type Method Description SimpleConfigurationSimpleConfigurationAdapter. 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 classSimpleUserPreferencesAn object that stores simple key/value user preferences.
-