Interface IServerLimited

  • All Known Subinterfaces:
    IServer

    public interface IServerLimited
    Limited interface to the ivy server
    Since:
    26.07.2006
    API:
    This is a public API.
    • Method Detail

      • getApplicationConfigurationManager

        IApplicationConfigurationManager getApplicationConfigurationManager()
        Gets the application configuration manager
        Returns:
        application configuration manager
        API:
        This public API is available in Java.
      • getServerExtension

        IServerExtension getServerExtension​(String serverExtensionIdentifier)
        Gets the server extension for the given id
        Parameters:
        serverExtensionIdentifier - the id of the server extension
        Returns:
        server extension or null
        API:
        This public API is available in Java.