org.gcube.application.aquamaps.publisher
Class PublisherConfiguration

java.lang.Object
  extended by org.gcube.application.aquamaps.publisher.PublisherConfiguration

public class PublisherConfiguration
extends Object


Constructor Summary
PublisherConfiguration(String dBHost, String dBUser, String dBPassword, File persistenceRoot, String httpServerBasePath, int httpServerPort)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherConfiguration

public PublisherConfiguration(String dBHost,
                              String dBUser,
                              String dBPassword,
                              File persistenceRoot,
                              String httpServerBasePath,
                              int httpServerPort)
Method Detail

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.