Link

open class Link : Serializable(source)

A Link class represent a link between groovydoc/javadoc output and url.

Constructors

Link copied to clipboard
constructor(url: String, packages: Array<String>)
Constructs a Link.

Properties

Link copied to clipboard
open val packages: List<String>
Link copied to clipboard
open val url: String

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int