public interface DBConfig
Modifier and Type | Method and Description |
---|---|
File |
currentPath()
Returns the current path set for this configuration.
|
String |
getValue(String property_key)
Returns the value that was set for the configuration property with the
given name.
|
DBConfig |
immutableCopy()
Makes an immutable copy of this configuration.
|
File currentPath()
String getValue(String property_key)
This method must always returns a value that the database engine can use provided the 'property_key' is a supported key. If the property key is not supported and the key was not set, null is returned.
DBConfig immutableCopy()
Copyright © 2015. All rights reserved.