Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.configuration.formats |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
ParameterFormat.convertValue(String paramName,
String value)
Converts the given String value of the given group/parameter to the represented format.
|
UUID |
FormatUUID.convertValue(String paramName,
String value) |
URL |
FormatURL.convertValue(String paramName,
String value) |
URI |
FormatURI.convertValue(String paramName,
String value) |
String |
FormatString.convertValue(String paramName,
String value) |
Long |
FormatLong.convertValue(String paramName,
String value) |
Integer |
FormatInteger.convertValue(String paramName,
String value) |
Double |
FormatDouble.convertValue(String paramName,
String value) |
Boolean |
FormatBoolean.convertValue(String paramName,
String value) |
Copyright © 2013. All Rights Reserved.