Class ContentNameSearchSectionSpecsProvider
- java.lang.Object
-
- com.atlassian.confluence.internal.search.contentnames.v2.ContentNameSearchSectionSpecsProvider
-
- All Implemented Interfaces:
Supplier<Map<Category,ContentNameSearchSectionSpec>>
public class ContentNameSearchSectionSpecsProvider extends Object implements Supplier<Map<Category,ContentNameSearchSectionSpec>>
Provides a map ofContentNameSearchSectionSpec
that are available in the system.- Since:
- 6.7
-
-
Constructor Summary
Constructors Constructor Description ContentNameSearchSectionSpecsProvider(Supplier<Map<Category,ContentNameSearchSectionSpec>> coreSectionSpecsProvider, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
-
Constructor Detail
-
ContentNameSearchSectionSpecsProvider
public ContentNameSearchSectionSpecsProvider(Supplier<Map<Category,ContentNameSearchSectionSpec>> coreSectionSpecsProvider, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Detail
-
get
public Map<Category,ContentNameSearchSectionSpec> get()
- Specified by:
get
in interfaceSupplier<Map<Category,ContentNameSearchSectionSpec>>
-
-