Package org.elasticsearch.common.settings.loader

Settings loader (parser) allowing to parse different "source" formats into a Settings.

See:
          Description

Interface Summary
SettingsLoader Provides the ability to load settings (in the form of a simple Map) from the actual source content that represents them.
 

Class Summary
JsonSettingsLoader Settings loader that loads (parses) the settings in a json format by flattening them into a map.
PropertiesSettingsLoader Settings loader that loads (parses) the settings in a properties format.
SettingsLoaderFactory A settings loader factory automatically trying to identify what type of SettingsLoader to use.
YamlSettingsLoader Settings loader that loads (parses) the settings in a yaml format by flattening them into a map.
 

Package org.elasticsearch.common.settings.loader Description

Settings loader (parser) allowing to parse different "source" formats into a Settings.