public interface OMAGServerConfigStore
| Modifier and Type | Method and Description |
|---|---|
void |
removeServerConfig()
Remove the server configuration.
|
OMAGServerConfig |
retrieveServerConfig()
Retrieve the configuration saved from a previous run of the server.
|
void |
saveServerConfig(OMAGServerConfig configuration)
Save the server configuration.
|
void |
setServerName(String serverName)
Set up the name of the server for this configuration document.
|
void setServerName(String serverName)
serverName - name of the servervoid saveServerConfig(OMAGServerConfig configuration)
configuration - configuration properties to saveOMAGServerConfig retrieveServerConfig()
void removeServerConfig()
Copyright © 2018–2020 ODPi. All rights reserved.