Class SearchQuestionTestHelper.MyServiceConfig

  • All Implemented Interfaces:
    com.funnelback.publicui.search.model.collection.ServiceConfig
    Enclosing class:
    SearchQuestionTestHelper

    private static class SearchQuestionTestHelper.MyServiceConfig
    extends Object
    implements com.funnelback.publicui.search.model.collection.ServiceConfig
    • Constructor Detail

      • MyServiceConfig

        private MyServiceConfig​(MapBackedConfig mapBackedConfig)
    • Method Detail

      • get

        public String get​(String key)
        Specified by:
        get in interface com.funnelback.publicui.search.model.collection.ServiceConfig
      • getRawKeys

        public Set<String> getRawKeys()
        Specified by:
        getRawKeys in interface com.funnelback.publicui.search.model.collection.ServiceConfig
      • setConfigSetting

        public void setConfigSetting​(String key,
                                     String value)
      • getConfigSetting

        public String getConfigSetting​(String key)
      • getConfigKeys

        public Set<String> getConfigKeys()
      • getConfigKeysWithPrefix

        public Set<String> getConfigKeysWithPrefix​(String prefix)
        Specified by:
        getConfigKeysWithPrefix in interface com.funnelback.publicui.search.model.collection.ServiceConfig
      • getConfigKeysMatchingPattern

        public Map<String,​List<String>> getConfigKeysMatchingPattern​(String pattern)
        Specified by:
        getConfigKeysMatchingPattern in interface com.funnelback.publicui.search.model.collection.ServiceConfig