Klasse ApplicationServerConfig

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

public class ApplicationServerConfig extends Object
  • Konstruktordetails

    • ApplicationServerConfig

      public ApplicationServerConfig(File indexPath, File fullTextIndexPath, File transactionLogPath, File fileStorePath, File logStorePath, File appDataPath, File embeddedContentStorePath, File webserverStaticFilesPath, File tempPath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port)
  • Methodendetails

    • create

      public static ApplicationServerConfig create()
    • create

      public static ApplicationServerConfig create(File basePath)
    • create

      public static ApplicationServerConfig create(File basePath, File fileStorePath)
    • create

      public static ApplicationServerConfig create(File basePath, File fileStorePath, int port)
    • create

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

      public File getIndexPath()
    • getFullTextIndexPath

      public File getFullTextIndexPath()
    • getTransactionLogPath

      public File getTransactionLogPath()
    • getAppDataPath

      public File getAppDataPath()
    • getFileStorePath

      public File getFileStorePath()
    • getLogStorePath

      public File getLogStorePath()
    • getEmbeddedContentStorePath

      public File getEmbeddedContentStorePath()
    • getWebserverStaticFilesPath

      public File getWebserverStaticFilesPath()
    • getTempPath

      public File getTempPath()
    • getTeamAppsConfiguration

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

      public int getPort()