Klasse ApplicationServerConfig
java.lang.Object
org.teamapps.application.server.ApplicationServerConfig
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationServerConfig(ServerMode serverMode, 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) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ApplicationServerConfigcreate()static ApplicationServerConfigcreate(ServerMode serverMode, File basePath) static ApplicationServerConfigcreate(ServerMode serverMode, File basePath, File fileStorePath) static ApplicationServerConfigcreate(ServerMode serverMode, File basePath, File fileStorePath, int port) static ApplicationServerConfigcreate(ServerMode serverMode, File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port) intgetPort()org.teamapps.config.TeamAppsConfiguration
-
Konstruktordetails
-
ApplicationServerConfig
public ApplicationServerConfig(ServerMode serverMode, 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
-
create
-
create
public static ApplicationServerConfig create(ServerMode serverMode, File basePath, File fileStorePath) -
create
public static ApplicationServerConfig create(ServerMode serverMode, File basePath, File fileStorePath, int port) -
create
public static ApplicationServerConfig create(ServerMode serverMode, File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port) -
getServerMode
-
getIndexPath
-
getFullTextIndexPath
-
getTransactionLogPath
-
getAppDataPath
-
getFileStorePath
-
getLogStorePath
-
getEmbeddedContentStorePath
-
getWebserverStaticFilesPath
-
getTempPath
-
getTeamAppsConfiguration
public org.teamapps.config.TeamAppsConfiguration getTeamAppsConfiguration() -
getPort
public int getPort()
-