org.gcube.application.aquamaps.publisher
Class PublisherConfiguration
java.lang.Object
org.gcube.application.aquamaps.publisher.PublisherConfiguration
public class PublisherConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublisherConfiguration
public PublisherConfiguration(String dBHost,
String dBUser,
String dBPassword,
File persistenceRoot,
String httpServerBasePath,
int httpServerPort)
getDBHost
public String getDBHost()
- Returns:
- the dBHost
setDBHost
public void setDBHost(String dBHost)
- Parameters:
dBHost - the dBHost to set
getDBUser
public String getDBUser()
- Returns:
- the dBUser
setDBUser
public void setDBUser(String dBUser)
- Parameters:
dBUser - the dBUser to set
getDBPassword
public String getDBPassword()
- Returns:
- the dBPassword
setDBPassword
public void setDBPassword(String dBPassword)
- Parameters:
dBPassword - the dBPassword to set
getPersistenceRoot
public File getPersistenceRoot()
- Returns:
- the persistenceRoot
setPersistenceRoot
public void setPersistenceRoot(File persistenceRoot)
- Parameters:
persistenceRoot - the persistenceRoot to set
getHttpServerBasePath
public String getHttpServerBasePath()
- Returns:
- the httpServerBasePath
setHttpServerBasePath
public void setHttpServerBasePath(String httpServerBasePath)
- Parameters:
httpServerBasePath - the httpServerBasePath to set
getHttpServerPort
public int getHttpServerPort()
- Returns:
- the httpServerPort
setHttpServerPort
public void setHttpServerPort(int httpServerPort)
- Parameters:
httpServerPort - the httpServerPort to set
Copyright © 2013. All Rights Reserved.