public class ServerConfiguration extends prompto.config.RuntimeConfiguration implements IServerConfiguration
IServerConfiguration.Inline| Constructor and Description |
|---|
ServerConfiguration(prompto.config.IConfigurationReader reader,
Map<String,String> arguments) |
| Modifier and Type | Method and Description |
|---|---|
IHttpConfiguration |
getHttpConfiguration() |
String |
getServerAboutToStartMethod() |
String |
getWebSiteRoot() |
<T extends IServerConfiguration> |
withHttpConfiguration(IHttpConfiguration config) |
<T extends IServerConfiguration> |
withServerAboutToStartMethod(String method) |
getAddOnURLs, getApplicationName, getApplicationVersion, getArguments, getCodeStoreConfiguration, getDataStoreConfiguration, getDebugConfiguration, getResourceURLs, getRuntimeLibs, getRuntimeMode, isLoadRuntime, withAddOnURLs, withApplicationName, withApplicationVersion, withLoadRuntime, withResourceURLs, withRuntimeLibs, withRuntimeModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddOnURLs, getApplicationName, getApplicationVersion, getArguments, getCodeStoreConfiguration, getDataStoreConfiguration, getDebugConfiguration, getResourceURLs, getRuntimeLibs, getRuntimeMode, isLoadRuntime, withAddOnURLs, withApplicationName, withApplicationVersion, withLoadRuntime, withResourceURLs, withRuntimeLibs, withRuntimeModepublic IHttpConfiguration getHttpConfiguration()
getHttpConfiguration in interface IServerConfigurationpublic String getServerAboutToStartMethod()
getServerAboutToStartMethod in interface IServerConfigurationpublic String getWebSiteRoot()
getWebSiteRoot in interface IServerConfigurationpublic <T extends IServerConfiguration> T withServerAboutToStartMethod(String method)
withServerAboutToStartMethod in interface IServerConfigurationpublic <T extends IServerConfiguration> T withHttpConfiguration(IHttpConfiguration config)
withHttpConfiguration in interface IServerConfigurationCopyright © 2018 Prompto. All rights reserved.