Package de.xima.fc.gui.interfaces.http
Interface ICustomServerModel
-
- All Superinterfaces:
IServerModel
,Serializable
public interface ICustomServerModel extends IServerModel
- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
setBaseUrl
void setBaseUrl(String baseUrl)
Sets the given base URL as the base URL of the server.- Parameters:
baseUrl
- to set the server to.
-
-