public class PublisherConfiguration extends Object
| Constructor and Description |
|---|
PublisherConfiguration(String dBHost,
String dBUser,
String dBPassword,
File persistenceRoot,
String httpServerBasePath,
int httpServerPort) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDBHost() |
String |
getDBPassword() |
String |
getDBUser() |
String |
getHttpServerBasePath() |
int |
getHttpServerPort() |
File |
getPersistenceRoot() |
void |
setDBHost(String dBHost) |
void |
setDBPassword(String dBPassword) |
void |
setDBUser(String dBUser) |
void |
setHttpServerBasePath(String httpServerBasePath) |
void |
setHttpServerPort(int httpServerPort) |
void |
setPersistenceRoot(File persistenceRoot) |
public String getDBHost()
public void setDBHost(String dBHost)
dBHost - the dBHost to setpublic String getDBUser()
public void setDBUser(String dBUser)
dBUser - the dBUser to setpublic String getDBPassword()
public void setDBPassword(String dBPassword)
dBPassword - the dBPassword to setpublic File getPersistenceRoot()
public void setPersistenceRoot(File persistenceRoot)
persistenceRoot - the persistenceRoot to setpublic String getHttpServerBasePath()
public void setHttpServerBasePath(String httpServerBasePath)
httpServerBasePath - the httpServerBasePath to setpublic int getHttpServerPort()
public void setHttpServerPort(int httpServerPort)
httpServerPort - the httpServerPort to setCopyright © 2016. All Rights Reserved.