Class MasterServerConfig

  • All Implemented Interfaces:
    IServerConfig

    public class MasterServerConfig
    extends Object
    implements IServerConfig
    Current settings of the master server.
    Since:
    8.4.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • MasterServerConfig

        public MasterServerConfig()
    • Method Detail

      • getFeatures

        public Set<String> getFeatures()
        Description copied from interface: IServerConfig
        Returns a set of features this server provides.
        Specified by:
        getFeatures in interface IServerConfig
        Returns:
        A set of features this server provides.
      • getUserPortals

        public Set<UserPortal> getUserPortals()
        Description copied from interface: IServerConfig
        Returns all user portals that are enabled on this server.
        Specified by:
        getUserPortals in interface IServerConfig
        Returns:
        a set of all user portals that are enabled on this server.
      • getServerProperty

        public String getServerProperty​(String key)
        Description copied from interface: IServerConfig
        Returns the value of the server property with the given key.
        Specified by:
        getServerProperty in interface IServerConfig
        Parameters:
        key - the key of the server property.
        Returns:
        the value of the server property with the given key. If the property does not exist, null is returned.