public class ResolvedLink extends Object
| Constructor and Description |
|---|
ResolvedLink(LinkType linkType,
CharSequence url) |
ResolvedLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes) |
ResolvedLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes,
LinkStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.vladsch.flexmark.util.html.Attributes |
getAttributes() |
LinkType |
getLinkType() |
com.vladsch.flexmark.util.html.Attributes |
getNonNullAttributes() |
LinkStatus |
getStatus() |
String |
getTarget() |
String |
getTitle() |
String |
getUrl() |
int |
hashCode() |
ResolvedLink |
withLinkType(LinkType linkType) |
ResolvedLink |
withStatus(LinkStatus status) |
ResolvedLink |
withTarget(CharSequence target) |
ResolvedLink |
withTitle(CharSequence title) |
ResolvedLink |
withUrl(CharSequence url) |
public ResolvedLink(LinkType linkType, CharSequence url)
public ResolvedLink(LinkType linkType, CharSequence url, com.vladsch.flexmark.util.html.Attributes attributes)
public ResolvedLink(LinkType linkType, CharSequence url, com.vladsch.flexmark.util.html.Attributes attributes, LinkStatus status)
public com.vladsch.flexmark.util.html.Attributes getAttributes()
public com.vladsch.flexmark.util.html.Attributes getNonNullAttributes()
public ResolvedLink withLinkType(LinkType linkType)
public ResolvedLink withStatus(LinkStatus status)
public LinkType getLinkType()
public LinkStatus getStatus()
public ResolvedLink withUrl(CharSequence url)
public String getUrl()
public ResolvedLink withTitle(CharSequence title)
public String getTitle()
public ResolvedLink withTarget(CharSequence target)
public String getTarget()
Copyright © 2018. All rights reserved.