Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
Modifier and Type | Method and Description |
---|---|
static WebFrontendConfig |
WebFrontendConfig.load(Properties properties) |
static QueryExecutionConfig |
QueryExecutionConfig.load(Properties properties)
Extracts Query-Execution configuration values from the given Properties instance.
|
static QualityAssessmentConfig |
QualityAssessmentConfig.load(Properties properties) |
static OutputWSConfig |
OutputWSConfig.load(Properties properties)
Extracts OutputWS configuration values from the given Properties instance.
|
static ObjectIdentificationConfig |
ObjectIdentificationConfig.load(Properties properties)
Extracts Object-Identification configuration values from the given Properties instance.
|
static InputWSConfig |
InputWSConfig.load(Properties properties)
Extracts InputWS configuration values from the given Properties instance.
|
static EngineConfig |
EngineConfig.load(Properties properties)
Extracts Engine configuration values from the given Properties instance.
|
static DataNormalizationConfig |
DataNormalizationConfig.load(Properties properties) |
static ConflictResolutionConfig |
ConflictResolutionConfig.load(Properties properties)
Extracts Conflict-Resolution configuration values from the given Properties instance.
|
static BackendConfig |
BackendConfig.load(Properties properties)
Extracts Backend configuration values from the given Properties instance.
|
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 <T> T |
ConfigGroup.loadParam(Properties properties,
String paramName,
ParameterFormat<T> format)
Loads the value of the parameter denoted by the represented group name
and the given param-name and converts according to the given format.
|
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.