Interface ICustomServerModel

All Superinterfaces:
IServerModel, Serializable

public interface ICustomServerModel extends IServerModel
Since:
8.0.2
Author:
XIMA MEDIA GmbH
  • Method Summary

    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 Details

    • setBaseUrl

      void setBaseUrl(String baseUrl)
      Sets the given base URL as the base URL of the server.
      Parameters:
      baseUrl - to set the server to.