public class SaharaServiceConfig extends HashMap<String,String> implements ServiceConfig
Modifier and Type | Class and Description |
---|---|
static class |
SaharaServiceConfig.ConcreteServiceConfigBuilder |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SaharaServiceConfig() |
Modifier and Type | Method and Description |
---|---|
static ServiceConfigBuilder |
builder() |
String |
get(String name) |
Map<String,String> |
getConfigs() |
ServiceConfigBuilder |
toBuilder() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final long serialVersionUID
public String get(String name)
get
in interface ServiceConfig
name
- the name of the parameterpublic Map<String,String> getConfigs()
getConfigs
in interface ServiceConfig
public ServiceConfigBuilder toBuilder()
toBuilder
in interface Buildable<ServiceConfigBuilder>
public static ServiceConfigBuilder builder()
Copyright © 2017. All rights reserved.