public class Configuration extends Object
Constructor and Description |
---|
Configuration()
Construction that parses property files.
|
Modifier and Type | Method and Description |
---|---|
String |
getStringOrDefault(String key,
String value)
Search a value by its key into
config and transform it as a String. |
org.neo4j.driver.v1.Config |
toDriverConfig()
Convert this instance to a Neo4j driver config class.
|
Copyright © 2017. All rights reserved.