Class HtmlDoclet
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AbstractDoclet
gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDoclet
Deprecated.
The class with "start" method, calls individual Writers.
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigurationImplDeprecated.The global configuration information for this run.private static HtmlDocletDeprecated.static final ConfigurationImplDeprecated.Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AbstractDoclet
utils -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Create the configuration instance.protected voidDeprecated.protected voidgenerateClassFiles(ClassDoc[] arr, ClassTree classtree) Deprecated.Generate the class documentation.protected voidgenerateOtherFiles(RootDoc root, ClassTree classtree) Deprecated.Start the generation of files.protected voidgeneratePackageFiles(ClassTree classtree) Deprecated.Generate the package documentation.(package private) PackageDocgetNamedPackage(List<PackageDoc> list, int idx) Deprecated.static intoptionLength(String option) Deprecated.Check for doclet added options here.private voidperformCopy(String filename) Deprecated.static booleanDeprecated.The "start" method as required by Javadoc.static booleanvalidOptions(String[][] options, DocErrorReporter reporter) Deprecated.Check that options have the correct arguments here.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AbstractDoclet
generateClassFiles, languageVersion, startDoclet
-
Field Details
-
docletToStart
Deprecated. -
configuration
Deprecated.The global configuration information for this run.
-
-
Constructor Details
-
HtmlDoclet
public HtmlDoclet()Deprecated.
-
-
Method Details
-
start
Deprecated.The "start" method as required by Javadoc.- Parameters:
root- the root of the documentation tree.- Returns:
- true if the doclet ran without encountering any errors.
- See Also:
-
configuration
Deprecated.Create the configuration instance. Override this method to use a different configuration.- Specified by:
configurationin classAbstractDoclet- Returns:
- the configuration of the doclet.
-
generateOtherFiles
Deprecated.Start the generation of files. Call generate methods in the individual writers, which will in turn genrate the documentation files. Call the TreeWriter generation first to ensure the Class Hierarchy is built first and then can be used in the later generation. For new format.- Overrides:
generateOtherFilesin classAbstractDoclet- Parameters:
root- the RootDoc of source to document.classtree- the data structure representing the class tree.- Throws:
Exception- See Also:
-
copyJqueryFiles
protected void copyJqueryFiles()Deprecated. -
generateClassFiles
Deprecated.Generate the class documentation.- Specified by:
generateClassFilesin classAbstractDocletclasstree- the data structure representing the class tree.
-
getNamedPackage
Deprecated. -
generatePackageFiles
Deprecated.Generate the package documentation.- Specified by:
generatePackageFilesin classAbstractDoclet- Parameters:
classtree- the data structure representing the class tree.- Throws:
Exception
-
optionLength
Deprecated.Check for doclet added options here.- Returns:
- number of arguments to option. Zero return means option not known. Negative value means error occurred.
-
validOptions
Deprecated.Check that options have the correct arguments here.This method is not required and will default gracefully (to true) if absent.
Printing option related error messages (using the provided DocErrorReporter) is the responsibility of this method.
- Returns:
- true if the options are valid.
-
performCopy
Deprecated.
-