public class ObjectIdentificationConfig extends ConfigGroup
load(java.util.Properties)
, and thenConfigGroup.EnumDbConnectionType
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_PREFIX
Prefix of names of properties belonging to this group.
|
CLEAN_DB_NAME, DIRTY_DB_NAME, NAME_DELIMITER
Constructor and Description |
---|
ObjectIdentificationConfig(Boolean linkWithinGraph,
Boolean linkAttachedGraphs,
SparqlEndpointConnectionCredentials cleanDBSparqlConnectionCredentials,
SparqlEndpointConnectionCredentials dirtyDBSparqlConnectionCredentials) |
Modifier and Type | Method and Description |
---|---|
SparqlEndpointConnectionCredentials |
getCleanDBSparqlConnectionCredentials() |
SparqlEndpointConnectionCredentials |
getDirtyDBSparqlConnectionCredentials() |
Boolean |
isLinkAttachedGraphs() |
Boolean |
isLinkWithinGraph() |
static ObjectIdentificationConfig |
load(Properties properties)
Extracts Object-Identification configuration values from the given Properties instance.
|
loadJDBCConnectionCredentials, loadParam, loadSparqlEndpointConnectionCredentials
public static final String GROUP_PREFIX
public ObjectIdentificationConfig(Boolean linkWithinGraph, Boolean linkAttachedGraphs, SparqlEndpointConnectionCredentials cleanDBSparqlConnectionCredentials, SparqlEndpointConnectionCredentials dirtyDBSparqlConnectionCredentials)
linkWithinGraph
- linkAttachedGraphs
- cleanDBSparqlConnectionCredentials
- dirtyDBSparqlConnectionCredentials
- public static ObjectIdentificationConfig load(Properties properties) throws ParameterNotAvailableException, IllegalParameterFormatException
properties
- ParameterNotAvailableException
IllegalParameterFormatException
public Boolean isLinkWithinGraph()
public Boolean isLinkAttachedGraphs()
public SparqlEndpointConnectionCredentials getCleanDBSparqlConnectionCredentials()
public SparqlEndpointConnectionCredentials getDirtyDBSparqlConnectionCredentials()
Copyright © 2013. All Rights Reserved.