Class 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.
    See Also:
    Serialized Form
    • Constructor Detail

      • JavadocOfflineLink

        public JavadocOfflineLink​(String extDocUrl,
                                  String packagelistLoc)
    • Method Detail

      • getExtDocUrl

        public String getExtDocUrl()
      • getPackagelistLoc

        public String getPackagelistLoc()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object