public static final class ConfigParam.Conversion extends Object
ConfigParam
objects to a Map of configuration parameter.sConstructor and Description |
---|
ConfigParam.Conversion() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
create(ConfigParam... params)
Create a new configuration map from a set of
ConfigParam objects. |
static Map<String,String> |
update(Map<String,String> config,
ConfigParam... params)
Updates a configuration map with the specified configuration parameters.
|
public static Map<String,String> create(ConfigParam... params)
ConfigParam
objects.params
- the parameters to add to the map.public static Map<String,String> update(Map<String,String> config, ConfigParam... params)
config
- the map to update.params
- the configuration parameters to update the map with.Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.