Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
Modifier and Type | Method and Description |
---|---|
static ConfigGroup.EnumDbConnectionType |
ConfigGroup.EnumDbConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigGroup.EnumDbConnectionType[] |
ConfigGroup.EnumDbConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static JDBCConnectionCredentials |
ConfigGroup.loadJDBCConnectionCredentials(Properties properties,
ConfigGroup.EnumDbConnectionType dbType)
Extracts JDBC configuration values for the database given by its name
from the given Properties instance.
|
protected static SparqlEndpointConnectionCredentials |
ConfigGroup.loadSparqlEndpointConnectionCredentials(Properties properties,
ConfigGroup.EnumDbConnectionType dbType,
boolean requireAuth)
Extracts SPARQL Endpoint configuration values for the database given by its name
from the given Properties instance.
|
Copyright © 2013. All Rights Reserved.