Class LinkImpl

  • All Implemented Interfaces:
    Link

    public class LinkImpl
    extends java.lang.Object
    implements Link
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      The resolved path of the link.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getText

        public java.lang.String getText()
        Description copied from interface: Link
        The resolved path of the link. The text may be a file path or a URL.
        Specified by:
        getText in interface Link
        Returns:
        The link path including substitutions being applied.