Class JavaDocLink

    • Method Detail

      • getClassName

        public String getClassName()
        Returns the class name or an empty string if link is a within the current class (starts with `#`).
      • getMemberName

        public String getMemberName()
        Returns the member name from the link or an empty string.
      • hasLabel

        public boolean hasLabel()
        Answers if this link has an alternative label.
      • getLabel

        public String getLabel()
        Returns label specified in this tag or null if omitted.
      • parse

        public static JavaDocLink parse​(String text)
        Parses the specified text as a link.