Uses of Class
org.nuxeo.runtime.services.config.ConfigurationPropertyDescriptor
-
Packages that use ConfigurationPropertyDescriptor Package Description org.nuxeo.runtime.services.config -
-
Uses of ConfigurationPropertyDescriptor in org.nuxeo.runtime.services.config
Fields in org.nuxeo.runtime.services.config with type parameters of type ConfigurationPropertyDescriptor Modifier and Type Field Description protected Map<String,ConfigurationPropertyDescriptor>ConfigurationServiceImpl. descriptorsXXX remove once we are able to get such a cached map from DefaultComponentMethods in org.nuxeo.runtime.services.config that return ConfigurationPropertyDescriptor Modifier and Type Method Description ConfigurationPropertyDescriptorConfigurationPropertyDescriptor. clone()Methods in org.nuxeo.runtime.services.config that return types with arguments of type ConfigurationPropertyDescriptor Modifier and Type Method Description protected Map<String,ConfigurationPropertyDescriptor>ConfigurationServiceImpl. getDescriptors()XXX remove once we are able to get such a cached map from DefaultComponent.
-