|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.javadoc.Groovydoc.Link
public static class Groovydoc.Link
A Link class represent a link between groovydoc/javadoc output and url.
| Constructor Summary | |
Groovydoc.Link(String url, String... packages)
Constructs a Link. |
|
| Method Summary | |
|---|---|
boolean
|
equals(Object o)
|
List
|
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()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public Groovydoc.Link(String url, String... packages)
url - Base URL of external sitepackages - list of package prefixes
| Method Detail |
|---|
@Override public boolean equals(Object o)
public List getPackages()
public String getUrl()
@Override public int hashCode()
Gradle API 1.5