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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL
getSourceURL()
java.net.URL
getTargetDefinitionLocation()
java.lang.String
getTargetFormat()
Get the format of the target resource.java.lang.String
getTargetScope()
Get the scope of the target resource.java.net.URL
getTargetURL()
-
-
-
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.
-
-