Interface RelLink


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface RelLink
    Defines a relationship between two topic URLs. The source URL refers to the target URL.
    • Method Detail

      • getSourceURL

        java.net.URL getSourceURL()
        Returns:
        Returns the source URL.
      • getTargetURL

        java.net.URL getTargetURL()
        Returns:
        Returns the target URL.
      • getTargetScope

        java.lang.String getTargetScope()
        Get the scope of the target resource.
        Returns:
        The scope of the target resource.
      • getTargetFormat

        java.lang.String getTargetFormat()
        Get the format of the target resource.
        Returns:
        The format of the target resource.
      • getTargetDefinitionLocation

        java.net.URL getTargetDefinitionLocation()
        Returns:
        Returns the target definition location.