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() |
com.esotericsoftware.yamlbeans.document.YamlMapping |
toYaml() |
<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, withCodeStoreConfiguration, withDataStoreConfiguration, withDebugConfiguration, 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, withCodeStoreConfiguration, withDataStoreConfiguration, withDebugConfiguration, 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 IServerConfigurationpublic com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
toYaml in interface prompto.config.IRuntimeConfigurationtoYaml in class prompto.config.IRuntimeConfiguration.Inlinecom.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2020 Prompto. All rights reserved.