public interface Hyperlink
A hyperlink may refer to a resource by specifying a URL or a file path.
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getTopic()
Returns the topic of this hyperlink.
|
URI |
getUri()
Returns the URI of the resource this hyperlink links to.
|
Optional<String> getTopic()
URI getUri()
The URI may be an URL or a path to a file. The path can be relative or absolute.
Copyright © 2019 Solibri, Inc.. All rights reserved.