Interface AlternativeUrlSupporter

    • Method Detail

      • setUseAlternativeURL

        void setUseAlternativeURL​(boolean value)
        Sets whether to use the alternative URL.
        Parameters:
        value - whether to use the alternative URL
      • getUseAlternativeURL

        boolean getUseAlternativeURL()
        Returns whether to use the alternative URL used for the service.
        Returns:
        true if to use alternative URL
      • useAlternativeURLTipText

        String useAlternativeURLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getDefaultAlternativeURL

        String getDefaultAlternativeURL()
        Returns the default URL for the service.
        Returns:
        the URL
      • setAlternativeURL

        void setAlternativeURL​(String value)
        Sets the alternative URL to use.
        Parameters:
        value - the URL to use
      • getAlternativeURL

        String getAlternativeURL()
        Returns the alternative URL used for the service.
        Returns:
        the URL
      • alternativeURLTipText

        String alternativeURLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.