Class LinkArgument


  • public class LinkArgument
    extends Object
    Represents a link pair (href, packages). The packages are comma separated.
    • Constructor Detail

      • LinkArgument

        public LinkArgument()
    • Method Detail

      • getPackages

        public String getPackages()
        Get the packages attribute.
        Returns:
        the packages attribute.
      • setPackages

        public void setPackages​(String packages)
        Set the packages attribute.
        Parameters:
        packages - the comma separated package prefixes corresponding to this link
      • getHref

        public String getHref()
        Get the href attribute.
        Returns:
        the href attribute.
      • setHref

        public void setHref​(String hr)
        Set the href attribute.
        Parameters:
        hr - a String value representing the URL to use for this link