Module org.elasticsearch.server
Interface SettingsExtension
public interface SettingsExtension
An SPI interface for registering Settings.
This is an alternative to
Plugin.getSettings()
allowing
any Java module to include registered settings.-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<SettingsExtension> load()
Loads a single BuildExtension, or returnsnull
if none are found.
-
Method Details
-
getSettings
-
load
Loads a single BuildExtension, or returnsnull
if none are found.
-