api / org.gradle.external.javadoc / JavadocOfflineLink

JavadocOfflineLink

open class JavadocOfflineLink : Serializable

This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.

Constructors

<init>

JavadocOfflineLink(extDocUrl: String, packagelistLoc: String)

Functions

equals

open fun equals(other: Any?): Boolean

getExtDocUrl

open fun getExtDocUrl(): String

getPackagelistLoc

open fun getPackagelistLoc(): String

hashCode

open fun hashCode(): Int