Interface ICustomServerModel
- All Superinterfaces:
IServerModel, Serializable
- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBaseUrl(String baseUrl) Sets the given base URL as the base URL of the server.Methods inherited from interface IServerModel
getBaseUrl, getDisplayName, getFeatures, getServerType
-
Method Details
-
setBaseUrl
Sets the given base URL as the base URL of the server.- Parameters:
baseUrl- to set the server to.
-