Class DocLink
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocLink
-
@Deprecated public class DocLink extends Object
Deprecated.Abstraction for simple relative URIs, consisting of a path, an optional query, and an optional fragment. DocLink objects can be created by the constructors below or from a DocPath using the convenience methods,fragment
andquery
.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
-
Constructor Summary
Constructors Constructor Description DocLink(DocPath path)
Deprecated.Create a DocLink representing the URIpath
.DocLink(DocPath path, String query, String fragment)
Deprecated.Create a DocLink representing the URIpath?query#fragment
.DocLink(String path, String query, String fragment)
Deprecated.Create a DocLink representing the URIpath?query#fragment
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DocLink
fragment(String fragment)
Deprecated.Create a DocLink representing the URI#fragment
.String
toString()
Deprecated.Return the link in the form "path?
-