public class WebFrontendConfig 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 |
---|
WebFrontendConfig(JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials,
String gmailAddress,
String gmailPassword,
String outputWSHost,
String debugDirectoryPath) |
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
getCleanDBJDBCConnectionCredentials() |
String |
getDebugDirectoryPath() |
JDBCConnectionCredentials |
getDirtyDBJDBCConnectionCredentials() |
String |
getGmailAddress() |
String |
getGmailPassword() |
String |
getOutputWSHost() |
static WebFrontendConfig |
load(Properties properties) |
loadJDBCConnectionCredentials, loadParam, loadSparqlEndpointConnectionCredentials
public static final String GROUP_PREFIX
public WebFrontendConfig(JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials, JDBCConnectionCredentials cleanDBJDBCConnectionCredentials, String gmailAddress, String gmailPassword, String outputWSHost, String debugDirectoryPath)
public static WebFrontendConfig load(Properties properties) throws ParameterNotAvailableException, IllegalParameterFormatException
public JDBCConnectionCredentials getDirtyDBJDBCConnectionCredentials()
public JDBCConnectionCredentials getCleanDBJDBCConnectionCredentials()
public String getGmailAddress()
public String getGmailPassword()
public String getOutputWSHost()
public String getDebugDirectoryPath()
Copyright © 2013. All Rights Reserved.