Interface IEmbeddedJettyConfigurationChangeListener


  • public interface IEmbeddedJettyConfigurationChangeListener
    An embedded Jetty configuration listener is notified, when Jetty configuration is changed.

    Clients may use IEmbeddedJettyConfigurationStore to add and remove listeners.

    • Method Detail

      • portChanged

        void portChanged​(int port)
        Notifies that embedded Jetty port was changed.
        Parameters:
        port - the new port value, must be a valid port value: greater than 0 and less or equal to 65535
      • configurationLocationChanged

        void configurationLocationChanged​(String location)
        Notifies that embedded Jetty store configuration location was changed. Store configuration location may contain Eclipse variables as the part of the path, such as: ${eclipse_home}, ${workspace_loc}, etc.
        Parameters:
        location - new store configuration location value, cannot be null
      • defaultPublicationLocationChanged

        void defaultPublicationLocationChanged​(String location)
        Notifies that embedded Jetty store default publication location was changed. Store default publication location may contain Eclipse variables as the part of the path, such as: ${eclipse_home}, ${workspace_loc}, etc.
        Parameters:
        location - new store configuration location value, cannot be null