public static class Groovydoc.Link extends Object implements Serializable
Constructor and Description |
---|
Link(String url,
String... packages)
Constructs a
Link . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getPackages()
Returns a list of package prefixes to be linked with an external site.
|
String |
getUrl()
Returns the base url for the external site.
|
int |
hashCode() |