public class InputWSConfig 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 |
---|
InputWSConfig(URL endpointURL,
URL namedGraphsPrefix,
Long recoveryCrashPenalty) |
Modifier and Type | Method and Description |
---|---|
URL |
getEndpointURL() |
URL |
getNamedGraphsPrefix() |
Long |
getRecoveryCrashPenalty() |
static InputWSConfig |
load(Properties properties)
Extracts InputWS configuration values from the given Properties instance.
|
loadJDBCConnectionCredentials, loadParam, loadSparqlEndpointConnectionCredentials
public static final String GROUP_PREFIX
public static InputWSConfig load(Properties properties) throws ParameterNotAvailableException, IllegalParameterFormatException
properties
- ParameterNotAvailableException
IllegalParameterFormatException
public URL getEndpointURL()
public URL getNamedGraphsPrefix()
public Long getRecoveryCrashPenalty()
Copyright © 2013. All Rights Reserved.