Class SourceToHTMLConverter
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.formats.html.SourceToHTMLConverter
Deprecated.
Converts Java Source Code to HTML.
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.
- Since:
- 1.4
- Author:
- Jamie Ho, Bhavesh Patel (Modified)
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvertClass(ClassDoc cd, DocPath outputdir) Deprecated.Convert the given Class to an HTML.voidconvertPackage(PackageDoc pd, DocPath outputdir) Deprecated.Convert the Classes in the given Package to an HTML.static voidconvertRoot(ConfigurationImpl configuration, RootDoc rd, DocPath outputdir) Deprecated.Convert the Classes in the given RootDoc to an HTML.static StringgetAnchorName(Doc d) Deprecated.Given aDoc, return an anchor name for it.Deprecated.Returns a link to the stylesheet file.
-
Method Details
-
convertRoot
Deprecated.Convert the Classes in the given RootDoc to an HTML.- Parameters:
configuration- the configuration.rd- the RootDoc to convert.outputdir- the name of the directory to output to.
-
convertPackage
Deprecated.Convert the Classes in the given Package to an HTML.- Parameters:
pd- the Package to convert.outputdir- the name of the directory to output to.
-
convertClass
Deprecated.Convert the given Class to an HTML.- Parameters:
cd- the class to convert.outputdir- the name of the directory to output to.
-
getStyleSheetProperties
Deprecated.Returns a link to the stylesheet file.- Returns:
- an HtmlTree for the lINK tag which provides the stylesheet location
-
getAnchorName
Deprecated.Given aDoc, return an anchor name for it.- Parameters:
d- theDocto check.- Returns:
- the name of the anchor.
-