Interface SwingInstallerManager.UrlAndLabel

Enclosing interface:
SwingInstallerManager

public static interface SwingInstallerManager.UrlAndLabel
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the url associated to the url or null if the url don't have a label.
    Return the url.
    Return a string with the label and the url like: "label - http://..."
  • Method Details

    • getURL

      URL getURL()
      Return the url.
      Returns:
      the url
    • getLabel

      String getLabel()
      Return the url associated to the url or null if the url don't have a label.
      Returns:
      the label or null
    • toString

      String toString()
      Return a string with the label and the url like: "label - http://..."
      Overrides:
      toString in class Object
      Returns:
      the label and url