Class JavadocOfflineLink
java.lang.Object
org.gradle.external.javadoc.JavadocOfflineLink
- All Implemented Interfaces:
Serializable
This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline
option.
- Since:
- 0.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavadocOfflineLink(String extDocUrl, String packagelistLoc) Creates a newJavadocOfflineLink. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the ext doc url.Returns the packagelist loc.inthashCode()
-
Constructor Details
-
JavadocOfflineLink
-
-
Method Details
-
getExtDocUrl
-
getPackagelistLoc
-
equals
-
hashCode
-