Class SearchQuestionTestHelper.MyServiceConfig
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.testutils.SearchQuestionTestHelper.MyServiceConfig
-
- All Implemented Interfaces:
ServiceConfig
- Enclosing class:
- SearchQuestionTestHelper
private static class SearchQuestionTestHelper.MyServiceConfig extends Object implements ServiceConfig
-
-
Field Summary
Fields Modifier and Type Field Description private MapBackedConfig
mapBackedConfig
-
Constructor Summary
Constructors Modifier Constructor Description private
MyServiceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String key)
Set<String>
getRawKeys()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.funnelback.publicui.search.model.collection.ServiceConfig
getConfigKeysMatchingPattern, getConfigKeysWithPrefix
-
-
-
-
Field Detail
-
mapBackedConfig
private MapBackedConfig mapBackedConfig
-
-
Method Detail
-
get
public String get(String key)
- Specified by:
get
in interfaceServiceConfig
-
getRawKeys
public Set<String> getRawKeys()
- Specified by:
getRawKeys
in interfaceServiceConfig
-
-