Serializablepublic static class Groovydoc.Link extends Object implements Serializable
| Constructor | Description | 
|---|---|
| Link(String url,
    String... packages) | Constructs a  Link. | 
| Modifier and Type | Method | 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() |