public interface UIServerConfigStore
| Modifier and Type | Method and Description |
|---|---|
void |
removeServerConfig()
Remove the server configuration.
|
UIServerConfig |
retrieveServerConfig()
Retrieve the configuration saved from a previous run of the server.
|
void |
saveServerConfig(UIServerConfig configuration)
Save the server configuration.
|
void saveServerConfig(UIServerConfig configuration)
configuration - configuration properties to saveUIServerConfig retrieveServerConfig()
void removeServerConfig()
Copyright © 2018–2019 ODPi. All rights reserved.