|
|||||||||
| PREV CLASS NEXT CLASS | 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<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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Groovydoc.Link(String url,
String... packages)
Link.
url - Base URL of external sitepackages - list of package prefixes| Method Detail |
|---|
public List<String> getPackages()
public String getUrl()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||