Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.javadoc.Doclet
Method Summary | |
static int | optionLength(java.lang.String option)
Check for doclet added options here. |
static boolean | start(RootDoc root)
Generate documentation here. |
static boolean | validOptions(java.lang.String[][] options,
DocErrorReporter reporter)
Check that options have the correct arguments here. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Method Detail |
public static boolean start(RootDoc root)
public static int optionLength(java.lang.String option)
This method is not required and will default gracefully (to zero) if absent.
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.
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |