Package de.xima.fc.gui.interfaces.http
Interface ICustomServerModel
- All Superinterfaces:
IServerModel
,Serializable
- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBaseUrl
(String baseUrl) Sets the given base URL as the base URL of the server.Methods inherited from interface de.xima.fc.gui.interfaces.http.IServerModel
getBaseUrl, getDisplayName
-
Method Details
-
setBaseUrl
Sets the given base URL as the base URL of the server.- Parameters:
baseUrl
- to set the server to.
-