|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.AbstractDoclet
com.sun.tools.doclets.formats.html.HtmlDoclet
public class HtmlDoclet
The class with "start" method, calls individual Writers.
| Field Summary | |
|---|---|
ConfigurationImpl |
configuration
The global configuration information for this run. |
| Constructor Summary | |
|---|---|
HtmlDoclet()
|
|
| Method Summary | |
|---|---|
Configuration |
configuration()
Create the configuration instance. |
protected void |
generateClassFiles(ClassDoc[] arr,
ClassTree classtree)
Generate the class documentation. |
protected void |
generateOtherFiles(RootDoc root,
ClassTree classtree)
Start the generation of files. |
protected void |
generatePackageFiles(ClassTree classtree)
Generate the package documentation. |
static int |
optionLength(java.lang.String option)
Check for doclet added options here. |
private void |
performCopy(java.lang.String configdestdir,
java.lang.String filename)
|
static boolean |
start(RootDoc root)
The "start" method as required by Javadoc. |
static boolean |
validOptions(java.lang.String[][] options,
DocErrorReporter reporter)
Check that options have the correct arguments here. |
| Methods inherited from class com.sun.tools.doclets.internal.toolkit.AbstractDoclet |
|---|
generateClassFiles, languageVersion, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ConfigurationImpl configuration
| Constructor Detail |
|---|
public HtmlDoclet()
| Method Detail |
|---|
public static boolean start(RootDoc root)
root - the root of the documentation tree.
RootDocpublic Configuration configuration()
configuration in class AbstractDoclet
protected void generateOtherFiles(RootDoc root,
ClassTree classtree)
throws java.lang.Exception
generateOtherFiles in class AbstractDocletroot - the RootDoc of source to document.classtree - the data structure representing the class tree.
java.lang.ExceptionRootDoc
protected void generateClassFiles(ClassDoc[] arr,
ClassTree classtree)
generateClassFiles in class AbstractDocletclasstree - the data structure representing the class tree.
protected void generatePackageFiles(ClassTree classtree)
throws java.lang.Exception
generatePackageFiles in class AbstractDocletclasstree - the data structure representing the class tree.
java.lang.Exceptionpublic static int optionLength(java.lang.String option)
public static boolean validOptions(java.lang.String[][] options,
DocErrorReporter reporter)
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.
private void performCopy(java.lang.String configdestdir,
java.lang.String filename)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||