Class Groovydoc.Link

    • Constructor Detail

      • Link

        public Link​(String url,
                    String... packages)
        Constructs a Link.
        Parameters:
        url - Base URL of external site
        packages - list of package prefixes
    • Method Detail

      • getPackages

        public List<String> getPackages()
        Returns a list of package prefixes to be linked with an external site.
      • getUrl

        public String getUrl()
        Returns the base url for the external site.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object