org.neo4j.kernel.configuration
Interface ConfigParam
public interface ConfigParam
Interface for specifying configuration parameters.
- Author:
- Tobias Lindaaker
Method Summary |
void |
configure(Map<String,String> config)
Add the configuration parameter(s) of this object to the specified map. |
configure
void configure(Map<String,String> config)
- Add the configuration parameter(s) of this object to the specified map.
- Parameters:
config
- the map to add the parameter(s) of this object to.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.