Class LinkElement
java.lang.Object
ai.dat.core.configuration.description.LinkElement
- All Implemented Interfaces:
InlineElement
Element that represents a link in the
Description.-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic LinkElementCreates a link with a given url.static LinkElementCreates a link with a given url and description.
-
Method Details
-
link
Creates a link with a given url and description.- Parameters:
link- address that this link should point totext- a description for that link, that should be used in text- Returns:
- link representation
-
link
Creates a link with a given url. This url will be used as a description for that link.- Parameters:
link- address that this link should point to- Returns:
- link representation
-
format
-