Class JavadocOfflineLink

java.lang.Object
org.gradle.external.javadoc.JavadocOfflineLink
All Implemented Interfaces:
Serializable

public class JavadocOfflineLink extends Object implements 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 Details

    • JavadocOfflineLink

      public JavadocOfflineLink(String extDocUrl, String packagelistLoc)
      Creates a new JavadocOfflineLink.
      Since:
      0.7
  • Method Details

    • getExtDocUrl

      public String getExtDocUrl()
      Returns the ext doc url.
      Since:
      0.7
    • getPackagelistLoc

      public String getPackagelistLoc()
      Returns the packagelist loc.
      Since:
      0.7
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object