Klasse ApplicationServerConfig
java.lang.Object
org.teamapps.application.server.ApplicationServerConfig
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungApplicationServerConfig(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 ApplicationServerConfigstatic ApplicationServerConfigstatic ApplicationServerConfigstatic ApplicationServerConfigintgetPort()org.teamapps.config.TeamAppsConfiguration
-
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
-
create
-
create
-
create
-
create
public static ApplicationServerConfig create(File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port) -
getIndexPath
-
getFullTextIndexPath
-
getTransactionLogPath
-
getAppDataPath
-
getFileStorePath
-
getLogStorePath
-
getEmbeddedContentStorePath
-
getWebserverStaticFilesPath
-
getTempPath
-
getTeamAppsConfiguration
public org.teamapps.config.TeamAppsConfiguration getTeamAppsConfiguration() -
getPort
public int getPort()
-