Class ResolvedLink


  • public class ResolvedLink
    extends Object
    • Constructor Detail

      • ResolvedLink

        public ResolvedLink​(@NotNull
                            @NotNull LinkType linkType,
                            @NotNull
                            @NotNull CharSequence url)
      • ResolvedLink

        public ResolvedLink​(@NotNull
                            @NotNull LinkType linkType,
                            @NotNull
                            @NotNull CharSequence url,
                            @Nullable
                            @Nullable com.vladsch.flexmark.util.html.Attributes attributes)
      • ResolvedLink

        public ResolvedLink​(@NotNull
                            @NotNull LinkType linkType,
                            CharSequence url,
                            @Nullable
                            @Nullable com.vladsch.flexmark.util.html.Attributes attributes,
                            @NotNull
                            @NotNull LinkStatus status)
    • Method Detail

      • getAttributes

        @Nullable
        public @Nullable com.vladsch.flexmark.util.html.Attributes getAttributes()
      • getNonNullAttributes

        @NotNull
        public @NotNull com.vladsch.flexmark.util.html.Attributes getNonNullAttributes()
      • getMutableAttributes

        @NotNull
        public @NotNull com.vladsch.flexmark.util.html.MutableAttributes getMutableAttributes()
      • getLinkType

        @NotNull
        public @NotNull LinkType getLinkType()
      • getStatus

        @NotNull
        public @NotNull LinkStatus getStatus()
      • getUrl

        @NotNull
        public @NotNull String getUrl()
      • getPageRef

        @NotNull
        public @NotNull String getPageRef()
      • getAnchorRef

        @Nullable
        public @Nullable String getAnchorRef()
      • getTitle

        @Nullable
        public @Nullable String getTitle()
      • getTarget

        public String getTarget()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object