Klasse ApplicationServerConfig

java.lang.Object
org.teamapps.application.server.ApplicationServerConfig

public class ApplicationServerConfig extends Object
  • Methodendetails

    • create

      public static ApplicationServerConfig create()
    • create

      public static ApplicationServerConfig create(File basePath)
    • create

      public static ApplicationServerConfig create(File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port)
    • create

      public static ApplicationServerConfig create(File basePath, File dateBasePath, File fileStorePath, File messageStorePath, File logStorePath, File embeddedContentStorePath, File webserverStaticFilesPath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port)
    • getBasePath

      public File getBasePath()
    • getDateBasePath

      public File getDateBasePath()
    • getFileStorePath

      public File getFileStorePath()
    • getMessageStorePath

      public File getMessageStorePath()
    • getLogStorePath

      public File getLogStorePath()
    • getEmbeddedContentStorePath

      public File getEmbeddedContentStorePath()
    • getWebserverStaticFilesPath

      public File getWebserverStaticFilesPath()
    • getTeamAppsConfiguration

      public org.teamapps.config.TeamAppsConfiguration getTeamAppsConfiguration()
    • getPort

      public int getPort()