public static interface SwingInstallerManager.UrlAndLabel
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Return the url associated to the url or null if the url don't have a
label.
|
java.net.URL |
getURL()
Return the url.
|
java.lang.String |
toString()
Return a string with the label and the url like: "label - http://..."
|
java.net.URL getURL()
java.lang.String getLabel()
java.lang.String toString()
toString
in class java.lang.Object