Verwendungen von Enum-Klasse
org.teamapps.application.server.ServerMode
Packages, die ServerMode verwenden
-
Verwendungen von ServerMode in org.teamapps.application.server
Unterklassen mit Typargumenten vom Typ ServerMode in org.teamapps.application.serverMethoden in org.teamapps.application.server, die ServerMode zurückgebenModifizierer und TypMethodeBeschreibungApplicationServerConfig.getServerMode()static ServerModeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static ServerMode[]ServerMode.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.teamapps.application.server mit Parametern vom Typ ServerModeModifizierer und TypMethodeBeschreibungstatic ApplicationServerConfigApplicationServerConfig.create(ServerMode serverMode, File basePath) static ApplicationServerConfigApplicationServerConfig.create(ServerMode serverMode, File basePath, File fileStorePath) static ApplicationServerConfigApplicationServerConfig.create(ServerMode serverMode, File basePath, File fileStorePath, int port) static ApplicationServerConfigApplicationServerConfig.create(ServerMode serverMode, File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port) Konstruktoren in org.teamapps.application.server mit Parametern vom Typ ServerModeModifiziererKonstruktorBeschreibungApplicationServer(ServerMode serverMode, File basePath) ApplicationServer(ServerMode serverMode, File basePath, org.teamapps.config.TeamAppsConfiguration teamAppsConfiguration, int port) 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)