public class DBStartupConfiguration extends Object implements StartupConfiguration
Constructor and Description |
---|
DBStartupConfiguration(File properties,
File dbPath,
File logFile,
File pidFile) |
Modifier and Type | Method and Description |
---|---|
String |
getBindIP() |
String |
getDBConnectionString() |
File |
getDBPath() |
File |
getLogFile() |
File |
getPidFile() |
long |
getPort() |
String |
getSslKeyPassphrase() |
File |
getSslPemFile() |
boolean |
isSslEnabled() |
void |
setPort(long localPort) |
public DBStartupConfiguration(File properties, File dbPath, File logFile, File pidFile) throws InvalidConfigurationException
InvalidConfigurationException
public File getDBPath()
public File getLogFile()
public File getPidFile()
public void setPort(long localPort)
public long getPort()
public String getDBConnectionString()
getDBConnectionString
in interface StartupConfiguration
public String getBindIP()
public boolean isSslEnabled()
public File getSslPemFile()
public String getSslKeyPassphrase()
Copyright © 2014. All rights reserved.