Uses of Interface
org.elasticsearch.common.settings.loader.SettingsLoader

Packages that use SettingsLoader
org.elasticsearch.common.settings.loader Settings loader (parser) allowing to parse different "source" formats into a Settings
 

Uses of SettingsLoader in org.elasticsearch.common.settings.loader
 

Classes in org.elasticsearch.common.settings.loader that implement SettingsLoader
 class JsonSettingsLoader
          Settings loader that loads (parses) the settings in a json format by flattening them into a map.
 class PropertiesSettingsLoader
          Settings loader that loads (parses) the settings in a properties format.
 class XContentSettingsLoader
          Settings loader that loads (parses) the settings in a xcontent format by flattening them into a map.
 class YamlSettingsLoader
          Settings loader that loads (parses) the settings in a yaml format by flattening them into a map.
 

Methods in org.elasticsearch.common.settings.loader that return SettingsLoader
static SettingsLoader SettingsLoaderFactory.loaderFromResource(String resourceName)
          Returns a SettingsLoader based on the resource name.
static SettingsLoader SettingsLoaderFactory.loaderFromSource(String source)
          Returns a SettingsLoader based on the actual settings source.
 



Copyright © 2009-2012. All Rights Reserved.